Changeset 1486 for trunk/dll/command.h


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/command.h

    r1205 r1486  
    3232  CHAR *title;
    3333  ULONG flags;
     34  ULONG ID;
     35  ULONG HotKeyID;
    3436  struct LINKCMDS *next;
    3537  struct LINKCMDS *prev;
Note: See TracChangeset for help on using the changeset viewer.