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)
Location:
java/installer2/src/net/oni2/aeinstaller
Files:
2 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)
  • java/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties

    r887 r891  
    77menu.about=&About
    88menu.aboutTooltip=About
    9 menu.help=&Help
    10 menu.helpTooltip=Help
    11 menu.report=&Request help
    12 menu.reportTooltip=Request help including log files
    139menu.exit=&Exit\tCtrl+Q
    1410menu.exitTooltip=Exit
     
    4036menu.manageTools=&Manage Tools
    4137menu.manageToolsTooltip=Install/Remove Tools
     38
     39menu.mHelp=&Help
     40menu.help=&View online help
     41menu.helpTooltip=Open the online help in a browser
     42menu.report=&Request help
     43menu.reportTooltip=Request help including log files
    4244
    4345btnUnSelectAll.text=(Un)select all
Note: See TracChangeset for help on using the changeset viewer.