OSDN Git Service

Fix issue #940: Replace slow (2)
[winmerge-jp/winmerge-jp.git] / Src / DirViewColItems.h
index 188c343..526aca9 100644 (file)
@@ -32,11 +32,12 @@ struct DirColInfo
        };
        const TCHAR *regName; /**< Internal name used for registry entries etc */
        // localized string resources
+       const char *idNameContext; 
        const char *idName; /**< Displayed name, ID of string resource */
        const char *idDesc; /**< Description, ID of string resource */
        ColGetFncPtrType getfnc; /**< Handler giving display string */
        ColSortFncPtrType sortfnc; /**< Handler for sorting this column */
-       size_t offset;
+       size_t offset;  /**< Offset into DIFFITEM::diffFileInfo[] */
        int physicalIndex; /**< Current physical index, -1 if not displayed */
        bool defSortUp; /**< Does column start with ascending sort (most do) */
        int alignment; /**< Column alignment */