From e1233ab2508be02b0bd59c90f42b1c3406b60564 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Jan 2016 17:20:34 +0300 Subject: Remove copy to clipboard action in chat popup. --- src/actions/chat.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/actions/chat.cpp') diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index 9d9be4279..62213c5cc 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -604,4 +604,17 @@ impHandler(hat) return true; } +impHandler(chatClipboard) +{ + int x = 0; + int y = 0; + + if (chatWindow && parse2Int(event.args, x, y)) + { + chatWindow->copyToClipboard(x, y); + return true; + } + return false; +} + } // namespace Actions -- cgit v1.2.3-60-g2f50