Changeset 1488 for trunk/dll/fm3str.h


Ignore:
Timestamp:
Dec 22, 2009, 12:42:55 AM (16 years ago)
Author:
Gregg Young
Message:

Fixed commands so reordering them in commands.dat no longer changes their ID or hot key assignment; added 20 new hot keys; the environment information is now used when executing a command; some code clean up in command.c; added CheckExecutibleFlags to systemf.c the eliminate repetative code in assoc.c, command.c & cmdline.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3str.h

    r1479 r1488  
    3838  15 Sep 09 SHL Add ids for rescan progress messages
    3939  15 Nov 09 GKY Add ZEROBYTETEXT (58)
     40  21 Dec 09 GKY Allow command menu reorder without changing the "ID" or hot key for a command.
     41                Added load_inicommand to load the IDs from the ini file.(new error strings)
    4042
    4143***********************************************************************/
     
    149151#define IDS_10SYSTEMVIOTEXT                                   106
    150152#define IDS_10SYSTEMMONOTEXT                                  107
     153#define IDS_COMMANDSLIMITTITLETEXT                            108
     154#define IDS_COMMANDSLIMITREACHEDTEXT                          109
    151155#define IDS_COLSELECTEDHELP                                   110
    152156#define IDS_COLTOTALSHELP                                     111
Note: See TracChangeset for help on using the changeset viewer.