Changeset 1486 for trunk/dll/collect.c


Ignore:
Timestamp:
Dec 17, 2009, 1:36:04 AM (16 years ago)
Author:
Gregg Young
Message:

Initial changes to commands handling. Allows you to reorder commands menu without breaking toolbars and changing hotkeys. Fixes the environment so it is used and so it is deleted if the command is deleted. Allows for user defined bitmaps in toolbars which are named based on the text or the the ID of the command.The new commands.dat will not be usable with earlier versions of FM/2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r1456 r1486  
    22932293          INT x;
    22942294
    2295           x = SHORT1FROMMP(mp1) - IDM_COMMANDSTART;
     2295          x = SHORT1FROMMP(mp1);// - IDM_COMMANDSTART;
    22962296          if (x >= 0) {
    2297             x++;
     2297            //x++;
    22982298            RunCommand(hwnd, x);
    22992299            if (fUnHilite)
Note: See TracChangeset for help on using the changeset viewer.