summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-30 00:00:39 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-30 00:00:39 +0300
commit82f54003e520947340823e8d86dcb8c57e182237 (patch)
tree39dc448711387eb9ca2ebc57258337cd53ea172f /src/client.cpp
parentd1cd33938cc4218bd6a693af0d22620d0ac5dbf9 (diff)
downloadplus-82f54003e520947340823e8d86dcb8c57e182237.tar.gz
plus-82f54003e520947340823e8d86dcb8c57e182237.tar.bz2
plus-82f54003e520947340823e8d86dcb8c57e182237.tar.xz
plus-82f54003e520947340823e8d86dcb8c57e182237.zip
Add screenshots option in branding file.
Example: <option name="screenshots" value="EvolOnline"/>
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 3803b08b5..ceff605ff 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -2261,7 +2261,7 @@ void Client::initScreenshotDir()
if (config.getBoolValue("useScreenshotDirectorySuffix"))
{
const std::string configScreenshotSuffix =
- branding.getValue("appShort", "mana");
+ branding.getValue("screenshots", "ManaPlus");
if (!configScreenshotSuffix.empty())
{