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/AEInstaller2-Updater/src/net/oni2/aeinstaller/updater/backend/Paths.java

    r777 r852  
    3333
    3434        /**
     35         * @return Proxy settings filename of AEI
     36         */
     37        public static File getProxySettingsFilename() {
     38                return new File(getPrefsPath(), "AEI-ProxySettings.xml");
     39        }
     40
     41        /**
    3542         * Get the preferences path
    3643         *
Note: See TracChangeset for help on using the changeset viewer.