summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-31 21:46:58 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-31 21:46:58 +0300
commit243497fdab7c2f88bebb0e469ecbb2f1fbbe350d (patch)
tree4f41129e44bdba74a97857cc1107dac3aebb9758 /src/gui/setup_theme.h
parent4157793fab13e00d8176d2d4f0ffd5f9cc957fbe (diff)
downloadplus-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.h4
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;
};