ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/MainWin.yml
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.yml (file contents):
Revision 641 by alloc, Mon Jan 21 11:14:52 2013 UTC vs.
Revision 645 by alloc, Tue Jan 22 21:24:47 2013 UTC

# Line 5 | Line 5 | JFrame:
5    minimumSize: 400x300
6    locationRelativeTo: null
7    defaultCloseOperation: doNothingOnClose
8 <  onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate,refreshToolsMenu,focus]
8 >  onWindowOpened: [execDepotUpdate,checkMandatoryFiles,infoMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate,refreshToolsMenu,focus]
9    onWindowClosing: [saveLocalData,exit]
10    iconImage: img.ae
11    content:
# Line 20 | Line 20 | JFrame:
20      - Action(name=reglobalize, text=menu.reglobalize, toolTipText=menu.reglobalizeTooltip, icon=img.refresh, onAction=[reglobalize])
21      - Action(name=tools, text=menu.manageTools, toolTipText=menu.manageToolsTooltip, icon=img.tools, onAction=[tools,refreshToolsMenu])
22      - Action(name=update, text=menu.update, toolTipText=menu.updateTooltip, icon=img.update, onAction=[checkUpdates,doUpdate])
23 +    - Action(name=mandatoryPackages, text=menu.mandatoryPackages, toolTipText=menu.mandatoryPackagesTooltip, icon=img.mandatory, onAction=[showMandatoryPackagesDialog])
24      - JMenuBar:
25          - JMenu(name=mainMenu, text=menu.main):
26              - JMenuItem(action=settings)
# Line 29 | Line 30 | JFrame:
30              - JMenuItem(action=runOniFull)
31              - JMenuItem(action=runOniWin)
32              - JSeparator()
33 <            - JMenuItem(action=openEditionFolder)
33 >            - JMenuItem(action=update)
34              - JSeparator()
35              - JMenuItem(action=loadConfig)
36              - JMenuItem(action=saveConfig)
37              - JSeparator()
38 <            - JMenuItem(action=reglobalize)
38 >            - JMenuItem(action=openEditionFolder)
39              - JSeparator()
40 <            - JMenuItem(action=update)
40 >            - JMenuItem(action=mandatoryPackages)
41 >            - JMenuItem(action=reglobalize)
42          - JMenu(name=toolsMenu, text=menu.tools):
43              - JMenuItem(name=manageToolsItem, action=tools)
44              - JSeparator()

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)