diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-15 21:42:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-15 21:42:21 +0300 |
commit | d54d06ca11fee4d9d8b791837b729550e51e51b6 (patch) | |
tree | 094280245269501469301d8ccc46e7c72932b929 /src/client.cpp | |
parent | 624b07bf0ee70794240135bb403e9dfb879749c4 (diff) | |
download | plus-d54d06ca11fee4d9d8b791837b729550e51e51b6.tar.gz plus-d54d06ca11fee4d9d8b791837b729550e51e51b6.tar.bz2 plus-d54d06ca11fee4d9d8b791837b729550e51e51b6.tar.xz plus-d54d06ca11fee4d9d8b791837b729550e51e51b6.zip |
Fix code style.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client.cpp b/src/client.cpp index 4bd60e977..fa8f032fa 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1879,9 +1879,8 @@ void Client::initScreenshotDir() if (!configScreenshotSuffix.empty()) { - mScreenshotDir += PHYSFS_getDirSeparator() + configScreenshotSuffix; -// config.setValue("screenshotDirectorySuffix", -// configScreenshotSuffix); + mScreenshotDir += PHYSFS_getDirSeparator() + + configScreenshotSuffix; } } } |