summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/app.h b/src/app/app.h
index 8848be1..d3fa647 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -452,5 +452,9 @@ protected:
//! Application language
Language m_language;
+
+private:
+ //! Set locale, needed for putenv/setenv
+ std::string m_locale;
};