From dccf40b1e9168e5341937f35cc8c9bfa1bee433f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Jan 2016 19:49:56 +0300 Subject: Remove popup action "copy bar to chat" --- src/actions/actions.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index a8a6e3c95..169727b2a 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -1709,4 +1709,14 @@ impHandler0(resetGameModifiers) return true; } +impHandler(barToChat) +{ + if (chatWindow) + { + chatWindow->addInputText(event.args); + return true; + } + return false; +} + } // namespace Actions -- cgit v1.2.3-60-g2f50