diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-15 04:12:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-15 04:12:11 +0300 |
commit | 9e8ae9ad161c7dc587ed8e06566bb3e8aed6bfe9 (patch) | |
tree | 4e2e6dfe772408a6837a3f0d214148aeaec762b3 /src/gui/setup_chat.h | |
parent | f53e001120632302d214c9b90c373019448a889b (diff) | |
download | plus-9e8ae9ad161c7dc587ed8e06566bb3e8aed6bfe9.tar.gz plus-9e8ae9ad161c7dc587ed8e06566bb3e8aed6bfe9.tar.bz2 plus-9e8ae9ad161c7dc587ed8e06566bb3e8aed6bfe9.tar.xz plus-9e8ae9ad161c7dc587ed8e06566bb3e8aed6bfe9.zip |
Add option to use local time in chat.
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; }; |