diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-31 21:46:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-31 21:46:58 +0300 |
commit | 243497fdab7c2f88bebb0e469ecbb2f1fbbe350d (patch) | |
tree | 4f41129e44bdba74a97857cc1107dac3aebb9758 /src/gui/setup_theme.h | |
parent | 4157793fab13e00d8176d2d4f0ffd5f9cc957fbe (diff) | |
download | plus-243497fdab7c2f88bebb0e469ecbb2f1fbbe350d.tar.gz plus-243497fdab7c2f88bebb0e469ecbb2f1fbbe350d.tar.bz2 plus-243497fdab7c2f88bebb0e469ecbb2f1fbbe350d.tar.xz plus-243497fdab7c2f88bebb0e469ecbb2f1fbbe350d.zip |
Add secure font. Now unused.
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; }; |