diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:24:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:24:34 +0300 |
commit | 286554f730ca3fca716bf78e912e807a72dfee66 (patch) | |
tree | 1bdd04f361a275968b86916cebb759ef6f44a652 /src | |
parent | a55e7e257730e6cee115f407e31f8a91dc9ad447 (diff) | |
download | plus-286554f730ca3fca716bf78e912e807a72dfee66.tar.gz plus-286554f730ca3fca716bf78e912e807a72dfee66.tar.bz2 plus-286554f730ca3fca716bf78e912e807a72dfee66.tar.xz plus-286554f730ca3fca716bf78e912e807a72dfee66.zip |
Move constant DEFAULT_CHAT_WINDOW_SCROLL into chat.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/actions/chat.cpp | 2 | ||||
-rw-r--r-- | src/gui/windows/chatwindow.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index f6e1d9a55..4c77787ab 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -47,6 +47,8 @@ #include "debug.h" +const int DEFAULT_CHAT_WINDOW_SCROLL = 7; + namespace Actions { diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 57ff1230d..a0100e061 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -48,8 +48,6 @@ class TabbedArea; class ItemLinkHandler; class WhisperTab; -const int DEFAULT_CHAT_WINDOW_SCROLL = 7; - /** * The chat window. * |