Changeset 94 for trunk/id.h
- Timestamp:
- Jul 17, 2021, 9:24:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/id.h
r91 r94 19 19 20 20 #define DLL_ID 1 21 #define LANG_ID 2 21 22 22 23 #define ID_DLG_MAIN 1 … … 72 73 #define WID_LB_LANGUAGES 39 73 74 #define WID_LB_LANGUAGESHELP 40 74 #define WID_ST_LANGNOTE 4175 75 #define WID_PB_HELP 42 76 76 #define WID_LB_FILEFORMAT 43 77 77 #define WID_PB_EXIT 44 78 78 #define WID_PB_SETCAPTURETYPE 45 79 80 // These must be sequential with END last 81 #define WID_ST_COPYRIGHT 400 82 #define WID_ST_PROGRAM 401 83 #define WID_ST_HELPFILE 402 84 #define WID_ST_LANGNOTE 403 85 #define WID_ST_END 404 79 86 80 87 #define IDM_SSWPOPUP 1 … … 130 137 #define SEI_UPDATE178DONE 27 131 138 139 #define EN 1 140 #define CZ 420 141 #define IT 39 142 #define DE 49 143 #define ES 34 144 #define RU 7 145 #define JP 81 146 #define PL 48 147 #define BR 55 132 148 133 149 #define IDS_SETTINGS 3 … … 172 188 #define IDS_ERROR_SEMAPHOREFAILED 44 173 189 #define IDS_ERROR_SEMAPHOREFAILEDMSG 45 190 #define IDS_ERROR_RESOURSEMODFAILED 46 191 #define IDS_UNDO 47 192 #define IDS_HELP 48 193 194 #define LANG_COPYRIGHT 300 195 #define LANG_PROGRAM 301 196 #define LANG_HELPFILE 302 197 #define LANG_RESTART 303 174 198 175 199 #define MAIN_HELP_TABLE 1
Note:
See TracChangeset
for help on using the changeset viewer.