Ignore:
Timestamp:
May 8, 2013, 12:25:39 PM (12 years ago)
Author:
alloc
Message:

AEI2.11:

File:
1 edited

Legend:

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

    r856 r860  
    1212    - JPanel(name=panCommon, groupTitle=panCommon):
    1313      - JCheckBox(name=chkNotifyOnStart, horizontalTextPosition=LEADING, text=lblNotifyOnStart)
     14      - JCheckBox(name=chkNotifyNewPackagesOnStart, horizontalTextPosition=LEADING, text=lblNotifyNewPackagesOnStart)
    1415      - JCheckBox(name=chkNotifyDepsAfterInstall, horizontalTextPosition=LEADING, text=lblNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip)
    1516      - JCheckBox(name=chkCopyIntro, horizontalTextPosition=LEADING, text=lblCopyIntro)
     
    1718      - MigLayout: |
    1819           [grow]
    19            >chkNotifyOnStart           [pref]
    20            >chkNotifyDepsAfterInstall  [pref]
    21            >chkCopyIntro               [pref]
    22            >chkCopyOutro               [pref]
     20           >chkNotifyOnStart             [pref]
     21           >chkNotifyNewPackagesOnStart  [pref]
     22           >chkNotifyDepsAfterInstall    [pref]
     23           >chkCopyIntro                 [pref]
     24           >chkCopyOutro                 [pref]
    2325    - JPanel(name=panProxy, groupTitle=panProxy):
    2426      - JLabel(name=empty)
Note: See TracChangeset for help on using the changeset viewer.