Changeset 91 for trunk/id.h


Ignore:
Timestamp:
Oct 2, 2020, 11:01:19 PM (5 years ago)
Author:
Gregg Young
Message:

Add the last of the hard coded error messages to the string table; Cleanup the string table and dialogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/id.h

    r89 r91  
    130130#define SEI_UPDATE178DONE         27
    131131
    132 #define IDS_QUIETMODE                       1
    133 //#define IDS_QUIETMODE                       2
     132
    134133#define IDS_SETTINGS                        3
    135134#define IDS_PRODUCTINFORMATION              4
     
    169168#define IDS_ERROR_ALREADYRUNNING            40
    170169#define IDS_ERROR_ALREADYRUNNINGMSG         41
     170#define IDS_ERROR_DLLOUTDATED               42
     171#define IDS_ERROR_DLLOUTDATEDMSG            43
     172#define IDS_ERROR_SEMAPHOREFAILED           44
     173#define IDS_ERROR_SEMAPHOREFAILEDMSG        45
    171174
    172175#define MAIN_HELP_TABLE                     1
Note: See TracChangeset for help on using the changeset viewer.