diff options
Diffstat (limited to 'src/gui/setup_chat.h')
-rw-r--r-- | src/gui/setup_chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_chat.h b/src/gui/setup_chat.h index 2a6e5b183..db1472e9c 100644 --- a/src/gui/setup_chat.h +++ b/src/gui/setup_chat.h @@ -89,6 +89,9 @@ class Setup_Chat : public SetupTab, public gcn::ActionListener gcn::CheckBox *mHideChatInputCheckBox; bool mHideChatInput; + gcn::CheckBox *mLocalTimeCheckBox; + bool mLocalTime; + EditDialog *mEditDialog; }; |