Changeset 1491 for trunk/dll/fm3str.h


Ignore:
Timestamp:
Dec 28, 2009, 3:20:57 AM (16 years ago)
Author:
Gregg Young
Message:

Moved the commands to the ini file; made command hotkeys user selectable; some code cleanup and consolidation in command.c (tickets 65, 186)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3str.h

    r1488 r1491  
    4040  21 Dec 09 GKY Allow command menu reorder without changing the "ID" or hot key for a command.
    4141                Added load_inicommand to load the IDs from the ini file.(new error strings)
     42  27 Dec 09 GKY Added IDS_DUPLICATEHOTKEYTEXT for command.c changes
    4243
    4344***********************************************************************/
     
    100101#define IDS_NOTPROTECTONLYEXE                                 50
    101102#define IDS_INIFAILURETEXT                                    51
     103#define IDS_DUPLICATEHOTKEYTEXT                               52
    102104#define IDS_HELPCMDTEXT                                       56
    103105#define IDS_ZEROBYTETEXT                                      58
     
    995997#define IDS_CANTFINDDRIVETEXT                                 995
    996998#define IDS_CANTDRAGROOTDIR                                   996
    997 #define IDS_DOSQAPPTYPEFAILEDTEXT                             997
     999//#define IDS_DOSQAPPTYPEFAILEDTEXT   moved to 1017           997
    9981000#define IDS_APPTYPEUNEXPECTEDTEXT                             998
    9991001#define IDS_PATHTODESKTOP                                     999
     
    10151017#define IDS_RESCANALLDRIVESTEXT                              1015
    10161018#define IDS_REFRESHREMOVABLESTEXT                            1016
     1019#define IDS_DOSQAPPTYPEFAILEDTEXT                            1017
     1020#define IDS_DOSQAPPTYPEFAILEDTEXT2                           1018
     1021#define IDS_DOSQAPPTYPEFAILEDTEXT3                           1019
    10171022
    10181023//The following strings were cut up form the string of the root name (ie IDS_SUGGEST1TEXT)
Note: See TracChangeset for help on using the changeset viewer.