diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-26 02:34:03 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-26 02:34:03 +0200 |
commit | b2d7d2f28f86955f73b7246a4e14aef0be39d847 (patch) | |
tree | dd373211f8c033f3040aeed8aa8e55f0998a5951 /src/gui/setup_other.h | |
parent | 88d896d9bc248bc518fe447e43a95cb36a635446 (diff) | |
download | plus-b2d7d2f28f86955f73b7246a4e14aef0be39d847.tar.gz plus-b2d7d2f28f86955f73b7246a4e14aef0be39d847.tar.bz2 plus-b2d7d2f28f86955f73b7246a4e14aef0be39d847.tar.xz plus-b2d7d2f28f86955f73b7246a4e14aef0be39d847.zip |
Add option to show/hide job messages.
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 4f2930fd3..d73e679b8 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -113,6 +113,9 @@ class Setup_Other : public SetupTab, public gcn::ActionListener gcn::CheckBox *mShowOwnHPCheckBox; bool mShowOwnHP; + gcn::CheckBox *mShowJobExpCheckBox; + bool mShowJobExp; + EditDialog *mEditDialog; }; |