summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-15 21:42:21 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-15 21:42:21 +0300
commitd54d06ca11fee4d9d8b791837b729550e51e51b6 (patch)
tree094280245269501469301d8ccc46e7c72932b929 /src/client.cpp
parent624b07bf0ee70794240135bb403e9dfb879749c4 (diff)
downloadplus-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.cpp5
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;
}
}
}