Changeset 398
- Timestamp:
- Jul 20, 2012, 2:11:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/netx/net/sourceforge/jnlp/browser/FirefoxPreferencesFinder.java
r348 r398 47 47 48 48 import net.sourceforge.jnlp.runtime.JNLPRuntime; 49 import net.sourceforge.jnlp.config.Defaults; 49 50 50 51 /** … … 63 64 public static File find() throws IOException { 64 65 65 String configPath = System.getProperty("user.home") + File.separator + ".mozilla" 66 String configPath = System.getProperty("user.home") + File.separator 67 + (Defaults.OS_DOS_LIKE ? "Mozilla" : ".mozilla") 66 68 + File.separator + "firefox" + File.separator; 67 69
Note:
See TracChangeset
for help on using the changeset viewer.