diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-28 19:39:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-28 19:39:03 +0300 |
commit | 76ac66f1ad795bb10753572d967d7f9215086897 (patch) | |
tree | 05cf1f12c5740b76528ca40c24603a65dc2a4f53 /src | |
parent | a5e3d86efb85bb2a65e160972cc56e89cd764453 (diff) | |
download | plus-76ac66f1ad795bb10753572d967d7f9215086897.tar.gz plus-76ac66f1ad795bb10753572d967d7f9215086897.tar.bz2 plus-76ac66f1ad795bb10753572d967d7f9215086897.tar.xz plus-76ac66f1ad795bb10753572d967d7f9215086897.zip |
Allow assign keys to stop/start pet ai actions.
Diffstat (limited to 'src')
-rw-r--r-- | src/input/pages/other.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index d91bcdd59..f8327f3b6 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -412,6 +412,18 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Pet ai start"), + InputAction::PET_AI_START, + "", + }, + { + // TRANSLATORS: input action name + N_("Pet ai stop"), + InputAction::PET_AI_STOP, + "", + }, + { "", InputAction::NO_VALUE, "" |