Changeset 55 for trunk/settings.cpp
- Timestamp:
- Jun 2, 2018, 12:45:45 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/settings.cpp
r51 r55 1152 1152 if ((rc = DosLoadModule(PSZ(NULL), 0, psz, &g_hmod))) 1153 1153 { 1154 DisplayError("ERROR", "Could not (re)load Gotcha! resource module " 1155 "'%s' (DosLoadModule() return code %d). First make sure the DLL is in the LIBPATH. If this is the case, try to delete " 1156 "GOTCHA.INI and start Gotcha! again. If it does not work " 1157 "then, contact the author (thth@c2226.de).", psz, rc); 1154 DisplayError("Error", 1155 "Could not (re)load resource module '%s' (return code %d). " 1156 "Make sure the DLL is in the LIBPATH. If this is the case, " 1157 "try deleting GOTCHA.INI and restart. If this fails, contact " 1158 "the author (ygk@qwest.net).", psz, rc); 1158 1159 exit(1); 1159 1160 } … … 1161 1162 ResourceString::Module(g_hmod); 1162 1163 #ifdef _QUIET_ 1163 //#if 11164 1164 pszPageTab[0] = RSTR (IDS_MAINWIN); 1165 pszPageTab[1] = RSTR (IDS_ PAGEMISC);1165 pszPageTab[1] = RSTR (IDS_CAPTURE ); 1166 1166 pszPageTab[2] = RSTR (IDS_PAGESAVE); 1167 1167 pszPageTab[3] = RSTR (IDS_PAGELANGUAGE); … … 1169 1169 pszPageTab[0] = RSTR (IDS_PAGESAVE); 1170 1170 pszPageTab[1] = RSTR (IDS_PAGESNAPSHOT); 1171 pszPageTab[2] = RSTR (IDS_ PAGEMISC);1171 pszPageTab[2] = RSTR (IDS_CAPTURE ); 1172 1172 pszPageTab[3] = RSTR (IDS_PAGELANGUAGE); 1173 1173 #endif … … 1187 1187 //#if 1 1188 1188 pszPageTab[0] = RSTR (IDS_MAINWIN); 1189 pszPageTab[1] = RSTR (IDS_ PAGEMISC);1189 pszPageTab[1] = RSTR (IDS_CAPTURE ); 1190 1190 pszPageTab[2] = RSTR (IDS_PAGESAVE); 1191 1191 pszPageTab[3] = RSTR (IDS_PAGELANGUAGE); … … 1193 1193 pszPageTab[0] = RSTR (IDS_PAGESAVE); 1194 1194 pszPageTab[1] = RSTR (IDS_PAGESNAPSHOT); 1195 pszPageTab[2] = RSTR (IDS_ PAGEMISC);1195 pszPageTab[2] = RSTR (IDS_CAPTURE ); 1196 1196 pszPageTab[3] = RSTR (IDS_PAGELANGUAGE); 1197 1197 #endif
Note:
See TracChangeset
for help on using the changeset viewer.