Ignore:
Timestamp:
May 3, 2013, 2:25:21 PM (12 years ago)
Author:
alloc
Message:

AEI2.08, AEIUpdater:

File:
1 edited

Legend:

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

    r840 r852  
    1414import javax.swing.UIManager;
    1515
     16import net.oni2.ProxySettings;
    1617import net.oni2.SettingsManager;
     18import net.oni2.aeinstaller.backend.Paths;
    1719import net.oni2.resourcebundle.UTF8ResourceBundleLoader;
    1820
     
    100102                                        JOptionPane.INFORMATION_MESSAGE);
    101103                }
     104               
     105                ProxySettings prox = ProxySettings.getInstance();
     106                prox.serializeToFile(Paths.getProxySettingsFilename());
    102107
    103108                return true;
Note: See TracChangeset for help on using the changeset viewer.