diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-03 03:44:12 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-03 03:44:12 +0200 |
commit | c595f66bc9031fd28e5146a7aaee686b4ecb9c67 (patch) | |
tree | cba70daa9c4f42299ec155d841e891f8e14dd127 /src/gui/widgets | |
parent | f29ee3f1f2b77534224078a80211cedbf82679e2 (diff) | |
download | plus-c595f66bc9031fd28e5146a7aaee686b4ecb9c67.tar.gz plus-c595f66bc9031fd28e5146a7aaee686b4ecb9c67.tar.bz2 plus-c595f66bc9031fd28e5146a7aaee686b4ecb9c67.tar.xz plus-c595f66bc9031fd28e5146a7aaee686b4ecb9c67.zip |
Increase emotes count to 44 and fix new emotes.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/emoteshortcutcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/emoteshortcutcontainer.cpp b/src/gui/widgets/emoteshortcutcontainer.cpp index a9e435540..b90b2ca77 100644 --- a/src/gui/widgets/emoteshortcutcontainer.cpp +++ b/src/gui/widgets/emoteshortcutcontainer.cpp @@ -41,7 +41,7 @@ #include "utils/dtor.h" -static const int MAX_ITEMS = 42; +static const int MAX_ITEMS = 44; EmoteShortcutContainer::EmoteShortcutContainer(): ShortcutContainer(), |