diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-16 13:38:30 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-16 13:38:30 +0100 |
commit | 7a973ae2ad396c8413405e40bcb2eaab67c95d15 (patch) | |
tree | 7b4c960353909cc065889c8cee8a35e1a7b1aa97 /gui | |
parent | d9b56a39bf966e3eddf35b02a9400a3556823750 (diff) |
gui/init: shorten to `OTR_FORCE_LANG'opentrack-2.3.49-pipeline-fix-backup
Diffstat (limited to 'gui')
-rw-r--r-- | gui/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/init.cpp b/gui/init.cpp index cf0b53c8..51ffbf3e 100644 --- a/gui/init.cpp +++ b/gui/init.cpp @@ -205,7 +205,7 @@ int otr_main(int argc, char** argv, std::function<QWidget*()> make_main_window) QTranslator t; { - const char* forced_locale = getenv("OTR_FORCE_LOCALE"); + const char* forced_locale = getenv("OTR_FORCE_LANG"); if (forced_locale) { |