diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-09 22:42:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-09 22:42:29 +0300 |
commit | 21ed1674f5ee382626e80a35dba9d97ec0bc1b92 (patch) | |
tree | e86b8b486c4fd1c34689c134e8d41a7591348465 /src/keyboarddata.h | |
parent | 333745260338c876989744468a5f9c707e9bcc66 (diff) | |
download | plus-21ed1674f5ee382626e80a35dba9d97ec0bc1b92.tar.gz plus-21ed1674f5ee382626e80a35dba9d97ec0bc1b92.tar.bz2 plus-21ed1674f5ee382626e80a35dba9d97ec0bc1b92.tar.xz plus-21ed1674f5ee382626e80a35dba9d97ec0bc1b92.zip |
Allow using chat in trade and buy/sell dialogs.
Diffstat (limited to 'src/keyboarddata.h')
-rw-r--r-- | src/keyboarddata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboarddata.h b/src/keyboarddata.h index c5bc7b7f2..0b7a0932e 100644 --- a/src/keyboarddata.h +++ b/src/keyboarddata.h @@ -644,7 +644,7 @@ static KeyData const keyData[Input::KEY_TOTAL] = { Input::GRP_DEFAULT | Input::GRP_CHAT, &ActionManager::toggleChat, Input::KEY_NO_VALUE, 50, - COND_ENABLED | COND_NOINPUT | COND_NOAWAY | COND_NOMODAL}, + COND_NOINPUT | COND_NOAWAY | COND_NOMODAL}, {"keyChatScrollUp", SDLK_PAGEUP, Input::GRP_DEFAULT | Input::GRP_GUI, &ActionManager::scrollChatUp, |