Changeset 49


Ignore:
Timestamp:
Apr 7, 2018, 9:49:00 PM (7 years ago)
Author:
Gregg Young
Message:

Gotcha Quiet "branding" added (also added in resources)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/helper.cpp

    r2 r49  
    3939    helpInit.idAccelTable        = 0;
    4040    helpInit.idActionBar         = 0;
     41#ifdef _QUIET_
     42    helpInit.pszHelpWindowTitle  = PSZ (PSZ_QNAMEVERSION);
     43#else
    4144    helpInit.pszHelpWindowTitle  = PSZ (PSZ_NAMEVERSION);
     45#endif
    4246    helpInit.fShowPanelId        = CMIC_HIDE_PANEL_ID;
    4347
  • trunk/version.h

    r23 r49  
    2323
    2424#define PSZ_NAMEVERSION    "Gotcha! 2.00"
     25#define PSZ_QNAMEVERSION   "Gotcha! Quiet 2.00"
Note: See TracChangeset for help on using the changeset viewer.