Changeset 1491 for trunk/dll/mainwnd.c


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/mainwnd.c

    r1486 r1491  
    16121612                                 (!tool->text && tool->id >= IDM_COMMANDSTART
    16131613                                  && tool->id <
    1614                                   IDM_QUICKTOOLSTART) ? command_title(tool->
    1615                                                                       id -
     1614                                  IDM_QUICKTOOLSTART) ? command_title(tool->id -
    16161615                                                                      IDM_COMMANDSTART)
    16171616                                 : tool->text,
Note: See TracChangeset for help on using the changeset viewer.