diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-09 15:22:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-09 15:22:23 +0300 |
commit | 7dcc42c841005c5e475bfcb37e78bc7bc15b4a9d (patch) | |
tree | df944f29b257ebc695ca2f21b663ef57b120aab9 /src/input/pages | |
parent | 4a6ffbd08067b64143e0535518a3822953943d80 (diff) | |
download | plus-7dcc42c841005c5e475bfcb37e78bc7bc15b4a9d.tar.gz plus-7dcc42c841005c5e475bfcb37e78bc7bc15b4a9d.tar.bz2 plus-7dcc42c841005c5e475bfcb37e78bc7bc15b4a9d.tar.xz plus-7dcc42c841005c5e475bfcb37e78bc7bc15b4a9d.zip |
Add sell action.
New chat command: /sell [name]
Diffstat (limited to 'src/input/pages')
-rw-r--r-- | src/input/pages/basic.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index f514d388b..5840e92c3 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -243,6 +243,12 @@ SetupActionData setupActionDataBasic[] = }, { // TRANSLATORS: input action name + N_("Sell"), + InputAction::SELL, + "", + }, + { + // TRANSLATORS: input action name N_("Open context menu"), InputAction::CONTEXT_MENU, "", |