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/emoteshortcut.h | |
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/emoteshortcut.h')
-rw-r--r-- | src/emoteshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index 0e06bb633..af1c377e6 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -21,7 +21,7 @@ #ifndef EMOTESHORTCUT_H #define EMOTESHORTCUT_H -#define SHORTCUT_EMOTES 42 +#define SHORTCUT_EMOTES 44 /** * The class which keeps track of the emote shortcuts. |