IDEA-136810 (typo)

This commit is contained in:
Roman Shevchenko
2015-02-25 17:09:12 +01:00
parent 31ddad6d36
commit 46e2843e3d
@@ -359,7 +359,7 @@ public class PathManager {
return platformPath(PATHS_SELECTOR, "Library/Preferences", /*"APPDATA", "XDG_CONFIG_HOME", ".config",*/ "") + "/idea.properties";
}
else {
return getUserHome() + "/.idea.properties";
return getUserHome() + "/idea.properties";
}
}