Ignore:
Timestamp:
Jan 2, 2013, 6:00:16 PM (12 years ago)
Author:
alloc
Message:

AEI: OniSplit / globalization

File:
1 edited

Legend:

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

    r593 r596  
    22
    33import java.awt.Frame;
    4 import java.io.File;
    54import java.util.ArrayList;
    65import java.util.Comparator;
     
    190189        private void saveLocalData() {
    191190                Settings.getInstance().serializeToFile();
    192                 DepotManager.getInstance().saveToFile(
    193                                 new File(Settings.getDepotCacheFilename()));
     191                DepotManager.getInstance().saveToFile(Settings.getDepotCacheFilename());
    194192        }
    195193
     
    264262                                JOptionPane.INFORMATION_MESSAGE);
    265263        }
    266        
     264
    267265        @SuppressWarnings("unused")
    268266        private void revertSelection() {
     
    271269                                JOptionPane.INFORMATION_MESSAGE);
    272270        }
    273        
    274        
    275271
    276272        private void modSelection(NodeMod n) {
Note: See TracChangeset for help on using the changeset viewer.