summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.cpp')
-rw-r--r--src/app/app.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index d6a697a..59a04f4 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -1522,6 +1522,10 @@ std::string CApplication::GetDataFilePath(DataDir stdDir, const std::string& sub
str << m_dataPath;
str << "/";
str << m_dataDirs[index];
+ if (stdDir == DIR_HELP) {
+ str << "/";
+ str << GetLanguageChar();
+ }
str << "/";
str << subpath;
return str.str();