diff options
Diffstat (limited to 'Swiften/Application/UnixApplicationPathProvider.h')
| -rw-r--r-- | Swiften/Application/UnixApplicationPathProvider.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/Swiften/Application/UnixApplicationPathProvider.h b/Swiften/Application/UnixApplicationPathProvider.h index c361267..3773fef 100644 --- a/Swiften/Application/UnixApplicationPathProvider.h +++ b/Swiften/Application/UnixApplicationPathProvider.h @@ -24,7 +24,7 @@ namespace Swift {  			}  			boost::filesystem::path getSettingsDir() const { -				boost::filesystem::path result(getHomeDir() / ("." + getName().getLowerCase().getUTF8String())); +				boost::filesystem::path result(getHomeDir() / ("." + getApplicationName().getLowerCase().getUTF8String()));  				try {  					boost::filesystem::create_directory(result);  				} @@ -49,4 +49,3 @@ namespace Swift {  	};  } -#endif  | 
 Swift