summaryrefslogtreecommitdiff
path: root/src/input/pages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-25 19:47:29 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-25 19:47:29 +0300
commita02e2ba72702226cc25b245cc0e2615ead279cee (patch)
treef4bbc296e42ac0543aecba573123bb1f45ccb0f8 /src/input/pages
parentcd8ef301f4796f15390d02d866ad88423b2d8d16 (diff)
downloadplus-a02e2ba72702226cc25b245cc0e2615ead279cee.tar.gz
plus-a02e2ba72702226cc25b245cc0e2615ead279cee.tar.bz2
plus-a02e2ba72702226cc25b245cc0e2615ead279cee.tar.xz
plus-a02e2ba72702226cc25b245cc0e2615ead279cee.zip
Add chat command for clear current outfit.
Diffstat (limited to 'src/input/pages')
-rw-r--r--src/input/pages/outfits.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/outfits.cpp b/src/input/pages/outfits.cpp
index 5a938217d..0b9beabd3 100644
--- a/src/input/pages/outfits.cpp
+++ b/src/input/pages/outfits.cpp
@@ -44,6 +44,12 @@ SetupActionData setupActionDataOutfits[] =
},
{
// TRANSLATORS: input action name
+ N_("Clear outfit"),
+ InputAction::CLEAR_OUTFIT,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
N_("Copy Outfit to other outfit"),
InputAction::COPY_OUTFIT,
"",