Changeset 49
- Timestamp:
- Apr 7, 2018, 9:49:00 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/helper.cpp
r2 r49 39 39 helpInit.idAccelTable = 0; 40 40 helpInit.idActionBar = 0; 41 #ifdef _QUIET_ 42 helpInit.pszHelpWindowTitle = PSZ (PSZ_QNAMEVERSION); 43 #else 41 44 helpInit.pszHelpWindowTitle = PSZ (PSZ_NAMEVERSION); 45 #endif 42 46 helpInit.fShowPanelId = CMIC_HIDE_PANEL_ID; 43 47 -
trunk/version.h
r23 r49 23 23 24 24 #define PSZ_NAMEVERSION "Gotcha! 2.00" 25 #define PSZ_QNAMEVERSION "Gotcha! Quiet 2.00"
Note:
See TracChangeset
for help on using the changeset viewer.