Changeset 1486 for trunk/dll/treecnr.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/treecnr.c

    r1480 r1486  
    30063006          if (!cmdloaded)
    30073007            load_commands();
    3008           x = SHORT1FROMMP(mp1) - IDM_COMMANDSTART;
     3008          x = SHORT1FROMMP(mp1);// - IDM_COMMANDSTART;
    30093009          if (x >= 0) {
    3010             x++;
     3010            //x++;
    30113011            RunCommand(hwnd, x);
    30123012            if (fUnHilite)
Note: See TracChangeset for help on using the changeset viewer.