diff options
author | Bastien Bouclet | 2018-09-27 07:12:11 +0200 |
---|---|---|
committer | Bastien Bouclet | 2018-12-02 19:47:32 +0100 |
commit | bbbd40477d1afe62df63b222193e016d1e9fdd7d (patch) | |
tree | 4d4e69d9631a725aeef2a10a27d075e1ed6823e3 /gui/options.h | |
parent | add9a0b49a39a9e2a3c3cd3376afd3a4b7f71937 (diff) | |
download | scummvm-rg350-bbbd40477d1afe62df63b222193e016d1e9fdd7d.tar.gz scummvm-rg350-bbbd40477d1afe62df63b222193e016d1e9fdd7d.tar.bz2 scummvm-rg350-bbbd40477d1afe62df63b222193e016d1e9fdd7d.zip |
GUI: Add an option to set the GUI language to the game language
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h index 18bb728369..12b42bd3a0 100644 --- a/gui/options.h +++ b/gui/options.h @@ -281,6 +281,7 @@ protected: PopUpWidget *_autosavePeriodPopUp; StaticTextWidget *_guiLanguagePopUpDesc; PopUpWidget *_guiLanguagePopUp; + CheckboxWidget *_guiLanguageUseGameLanguageCheckbox; #ifdef USE_UPDATES StaticTextWidget *_updatesPopUpDesc; |