diff options
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r-- | src/gui/setup_theme.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h index 6b2c99999..eb5cc39db 100644 --- a/src/gui/setup_theme.h +++ b/src/gui/setup_theme.h @@ -68,6 +68,10 @@ class Setup_Theme : public SetupTab, public gcn::ActionListener DropDown *mHelpFontDropDown; std::string mHelpFont; + gcn::Label *mSecureFontLabel; + DropDown *mSecureFontDropDown; + std::string mSecureFont; + EditDialog *mEditDialog; }; |