Changeset 94 for trunk/id.h


Ignore:
Timestamp:
Jul 17, 2021, 9:24:00 PM (4 years ago)
Author:
Gregg Young
Message:

Add unicode support; Add -i switch for AOS install to GQ; Remove language selection from GQ; Remove help file lang selection from Gotcha; Clean up and rework dialogs/strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/id.h

    r91 r94  
    1919
    2020#define DLL_ID                    1
     21#define LANG_ID                   2
    2122
    2223#define ID_DLG_MAIN               1
     
    7273#define WID_LB_LANGUAGES          39
    7374#define WID_LB_LANGUAGESHELP      40
    74 #define WID_ST_LANGNOTE           41
    7575#define WID_PB_HELP               42
    7676#define WID_LB_FILEFORMAT         43
    7777#define WID_PB_EXIT               44
    7878#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
    7986
    8087#define IDM_SSWPOPUP              1
     
    130137#define SEI_UPDATE178DONE         27
    131138
     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
    132148
    133149#define IDS_SETTINGS                        3
     
    172188#define IDS_ERROR_SEMAPHOREFAILED           44
    173189#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
    174198
    175199#define MAIN_HELP_TABLE                     1
Note: See TracChangeset for help on using the changeset viewer.