Ignore:
Timestamp:
Jun 25, 2013, 1:07:02 AM (11 years ago)
Author:
alloc
Message:

AEI2.16:

  • Minor menu refactoring (help stuff in its own top-level menu)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/MainWin.yml

    r886 r891  
    2929        - JMenu(name=mainMenu, text=menu.main):
    3030            - JMenuItem(action=about)
    31             - JMenuItem(action=help)
    32             - JMenuItem(action=report)
    3331            - JMenuItem(action=settings)
    3432            - JMenuItem(action=exitAction)
     
    4846            - JMenuItem(name=manageToolsItem, action=tools)
    4947            - JSeparator()
     48        - JMenu(name=helpMenu, text=menu.mHelp):
     49            - JMenuItem(action=help)
     50            - JMenuItem(action=report)
    5051    - JToolBar(name=toolbar, floatable=false, orientation=0):
    5152        - JButton(action=exitAction, hideActionText=true)
Note: See TracChangeset for help on using the changeset viewer.