changeset 427:042e94c68f7e

[fix] Bug ID 1933074 : On Unix systems the user config files were stored in his home dir in the subfolder ".config". Now they are directly stored in ".universalindentgui". http://universalindent.sf.net/issue/1933074 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@662 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 23 Apr 2008 19:26:00 +0000
parents 041e28575b3d
children 7e2906a7507f
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Sun Mar 30 11:16:35 2008 +0000
+++ b/src/mainwindow.cpp	Wed Apr 23 19:26:00 2008 +0000
@@ -77,7 +77,7 @@
         // On windows systems the directories "indenters", "translations" are subdirs of the applicationBinaryPath.
         globalFilesDirectoryStr = applicationBinaryPath;
 #else
-        settingsDirctoryStr = QDir::homePath() + "/.config/universalindentgui";
+        settingsDirctoryStr = QDir::homePath() + "/.universalindentgui";
         globalFilesDirectoryStr = "/usr/share/universalindentgui";
 #endif
         dirCreator.mkpath( settingsDirctoryStr );