diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-03 00:44:56 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-03 00:48:45 +0200 |
commit | 0d3374e02d07a99f7d32660a9d26960005f7bf95 (patch) | |
tree | 3eb225cfabce6dda490a14802495d865ce7af8df /src/gui/setup_other.h | |
parent | 325ddf31483ced5444aa7bde38cc41ac8d3f04c2 (diff) | |
download | plus-0d3374e02d07a99f7d32660a9d26960005f7bf95.tar.gz plus-0d3374e02d07a99f7d32660a9d26960005f7bf95.tar.bz2 plus-0d3374e02d07a99f7d32660a9d26960005f7bf95.tar.xz plus-0d3374e02d07a99f7d32660a9d26960005f7bf95.zip |
Add option to enable\disable player popups.
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 d73e679b8..041aad9f3 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -116,6 +116,9 @@ class Setup_Other : public SetupTab, public gcn::ActionListener gcn::CheckBox *mShowJobExpCheckBox; bool mShowJobExp; + gcn::CheckBox *mShowBeingPopupCheckBox; + bool mShowBeingPopup; + EditDialog *mEditDialog; }; |