Ignore:
Timestamp:
Mar 30, 2013, 3:00:41 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99y:

  • Delete temporary XML files from XML patching so OniSplit doesn't try to import them
Location:
java/installer2/src/net/oni2/aeinstaller/gui/about
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/about/AboutDialog.java

    r641 r755  
    2929        private JLabel lblAppversion;
    3030        private HTMLLinkLabel txtLinks;
     31        private HTMLLinkLabel lblAE;
    3132
    3233        /**
     
    3839
    3940                txtLinks.setText(bundle.getString("Links"));
     41                lblAE.setText(bundle.getString("ae"));
    4042
    4143                pack();
  • java/installer2/src/net/oni2/aeinstaller/gui/about/AboutDialog.properties

    r741 r755  
    22btnClose=Close
    33
     4ae=for <a href="http://wiki.oni2.net/Anniversary_Edition">Anniversary Edition Oni</a>
    45AEIBy=by Alloc, Gumby and Iritscen
    56
  • java/installer2/src/net/oni2/aeinstaller/gui/about/AboutDialog.yml

    r593 r755  
    1212      - JLabel(name=lblAppname, text=appname)
    1313      - JLabel(name=lblAppversion)
     14      - HTMLLinkLabel(name=lblAE)
    1415      - JLabel(name=lblAEIBy, text=AEIBy)
    1516      - MigLayout: |
    1617           [grow]
    1718           lblAppname<,lblAppversion<   [min]
     19           lblAE                        [min]
    1820           lblAEIBy                     [min]
    1921    - JPanel(name=panAE, groupTitle=panAE):
Note: See TracChangeset for help on using the changeset viewer.