Changeset 170 for trunk/id.h


Ignore:
Timestamp:
Sep 22, 2025, 10:04:44 PM (3 weeks ago)
Author:
Gregg Young
Message:

Rework Gotcha's dialogs to work better with the new font sizing in WPS. Replace some global variables with more C++ alternatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/id.h

    r136 r170  
    8383#define WID_ST_COPYRIGHT3         403
    8484#define WID_ST_COPYRIGHT4         404
     85#ifndef _QUIET_
    8586#define WID_ST_PROGRAM            405
    8687#define WID_ST_LANGNOTE           406
    8788#define WID_ST_END                407
     89#else
     90#define WID_ST_END                405
     91#endif
    8892
    8993#define IDM_SSWPOPUP              1
Note: See TracChangeset for help on using the changeset viewer.