diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-27 17:20:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-27 17:20:34 +0300 |
commit | e1233ab2508be02b0bd59c90f42b1c3406b60564 (patch) | |
tree | 17eaec58892287d214a1c86aee18fdfdd0448f1c /src/dyetool | |
parent | 2363866d00316240e025ebf479536ac68510d4b4 (diff) | |
download | plus-e1233ab2508be02b0bd59c90f42b1c3406b60564.tar.gz plus-e1233ab2508be02b0bd59c90f42b1c3406b60564.tar.bz2 plus-e1233ab2508be02b0bd59c90f42b1c3406b60564.tar.xz plus-e1233ab2508be02b0bd59c90f42b1c3406b60564.zip |
Remove copy to clipboard action in chat popup.
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/actions/chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/chat.cpp b/src/dyetool/actions/chat.cpp index afc854fe8..9d54e2771 100644 --- a/src/dyetool/actions/chat.cpp +++ b/src/dyetool/actions/chat.cpp @@ -59,5 +59,6 @@ impHandlerVoid(chatGmTab) impHandlerVoid(chatPartyTab) impHandlerVoid(chatGuildTab) impHandlerVoid(hat) +impHandlerVoid(chatClipboard) } // namespace Actions |