diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-31 00:35:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-31 00:35:53 +0300 |
commit | 32ddb3eb7bf5d25f3787258cb8b3ce0f0e3463c1 (patch) | |
tree | b2dd6dcec673ad4f0fd68c4a1aa4729a864187e3 /src/emoteshortcut.h | |
parent | d318a622d1f5458c9875605f7cc91302b0385e77 (diff) | |
download | plus-32ddb3eb7bf5d25f3787258cb8b3ce0f0e3463c1.tar.gz plus-32ddb3eb7bf5d25f3787258cb8b3ce0f0e3463c1.tar.bz2 plus-32ddb3eb7bf5d25f3787258cb8b3ce0f0e3463c1.tar.xz plus-32ddb3eb7bf5d25f3787258cb8b3ce0f0e3463c1.zip |
Extent max emotes count from 44 to 48 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 cc33f4177..d7f1e7b79 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -21,7 +21,7 @@ #ifndef EMOTESHORTCUT_H #define EMOTESHORTCUT_H -#define SHORTCUT_EMOTES 44 +#define SHORTCUT_EMOTES 48 /** * The class which keeps track of the emote shortcuts. |