Ignore:
Timestamp:
Jan 18, 2013, 11:58:49 AM (12 years ago)
Author:
alloc
Message:

AEI2:

  • Minor UI changes
Location:
AE/installer2/src/net/oni2/aeinstaller
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/AEInstaller2.java

    r625 r628  
    103103                                        (String) null);
    104104                        if (laf == null) {
    105                                 if (Settings.getPlatform() == Platform.MACOS) {
     105                                if (Settings.getPlatform() != Platform.LINUX) {
    106106                                        laf = UIManager.getSystemLookAndFeelClassName();
    107107                                } else {
  • AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.properties

    r627 r628  
    1717menu.openEditionFolder=Open Edition folder
    1818menu.openEditionFolderTooltip=Open the Edition folder in the file explorer
    19 menu.loadConfig=&Load configuration...
    20 menu.loadConfigTooltip=Load configuration
    21 menu.saveConfig=&Save configuration...
    22 menu.saveConfigTooltip=Save configuration
     19menu.loadConfig=&Load mod selection...
     20menu.loadConfigTooltip=Load mod selection from a file
     21menu.saveConfig=&Save current mod selection...
     22menu.saveConfigTooltip=Save current mod selection to a file
    2323
    2424menu.reglobalize=&Rebuild Core Data
Note: See TracChangeset for help on using the changeset viewer.