projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
IDEA-136810 (typo)
[idea/community.git]
/
platform
/
util
/
src
/
com
/
intellij
/
openapi
/
application
/
PathManager.java
diff --git
a/platform/util/src/com/intellij/openapi/application/PathManager.java
b/platform/util/src/com/intellij/openapi/application/PathManager.java
index 6a6343c37a563153eeb6efd760b21d28977cf484..bc963277682a38acf351ee4f9a637109bfc5b276 100644
(file)
--- a/
platform/util/src/com/intellij/openapi/application/PathManager.java
+++ b/
platform/util/src/com/intellij/openapi/application/PathManager.java
@@
-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";
}
}