From 1939f5fa61fe071ff8e1e4ab0301c6f821c0de8a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 Jan 2015 23:59:36 +0300 Subject: Remove popup handler "clear drops". --- src/input/inputaction.h | 1 + src/input/inputactionmap.h | 5 +++++ src/input/pages/windows.cpp | 6 ++++++ 3 files changed, 12 insertions(+) (limited to 'src/input') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 694647a93..63f351706 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -534,6 +534,7 @@ namespace InputAction CHAT_GM_TAB, CHAT_PARTY_TAB, CHAT_GUILD_TAB, + DROP_CLEAR, TOTAL }; } // namespace InputAction diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 2235daba4..030600a38 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3964,6 +3964,11 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "guildtab|guildchattab", false}, + {"keyDropClear", + defaultAction(&Actions::clearDrop), + InputCondition::INGAME, + "cleardrops|cleardrop|cleardropwindow|dropclear|dropsclear", + false}, }; #undef defaultAction diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp index ff646ded0..41a538326 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -235,6 +235,12 @@ SetupActionData setupActionDataWindows[] = InputAction::NEXT_INV_TAB, "", }, + { + // TRANSLATORS: input action name + N_("Clear drops window"), + InputAction::DROP_CLEAR, + "", + }, { "", InputAction::NO_VALUE, -- cgit v1.2.3-70-g09d2