Changeset 1253 for trunk/dll/misc.c


Ignore:
Timestamp:
Oct 20, 2008, 1:11:48 AM (17 years ago)
Author:
Gregg Young
Message:

Fix instance of a submenu having 2 default items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r1225 r1253  
    16901690      SetConditionalCascade(DirMenu, IDM_MOVEMENU, IDM_MOVE);
    16911691      SetConditionalCascade(DirMenu, IDM_SAVESUBMENU, IDM_SAVETOCLIP);
    1692       SetConditionalCascade(DirMenu, IDM_SAVESUBMENU, IDM_SAVETOCLIPFILENAME);
    16931692      SetConditionalCascade(DirMenu, IDM_VIEWSUBMENU, IDM_INFO);
    16941693      SetConditionalCascade(DirMenu, IDM_EDITSUBMENU, IDM_ATTRS);
Note: See TracChangeset for help on using the changeset viewer.