diff options
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h index 956f78c18f..de25bfc998 100644 --- a/gui/options.h +++ b/gui/options.h @@ -184,6 +184,8 @@ protected: PopUpWidget *_rendererPopUp; StaticTextWidget *_autosavePeriodPopUpDesc; PopUpWidget *_autosavePeriodPopUp; + StaticTextWidget *_guiLanguagePopUpDesc; + PopUpWidget *_guiLanguagePopUp; }; } // End of namespace GUI |