diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-27 17:46:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-27 17:46:28 +0300 |
commit | c34858a4c7889483a8775c65c9bd1f357bca2572 (patch) | |
tree | 65f7d0492116d15bcb719800c86903e8d52e9311 /src/dyetool | |
parent | e1233ab2508be02b0bd59c90f42b1c3406b60564 (diff) | |
download | plus-c34858a4c7889483a8775c65c9bd1f357bca2572.tar.gz plus-c34858a4c7889483a8775c65c9bd1f357bca2572.tar.bz2 plus-c34858a4c7889483a8775c65c9bd1f357bca2572.tar.xz plus-c34858a4c7889483a8775c65c9bd1f357bca2572.zip |
Remove copy to clipboard action in npc dialog popup.
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 44ff371d6..1f12d4777 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -93,5 +93,6 @@ impHandlerVoid(slide) impHandlerVoid(selectSkillLevel) impHandlerVoid(skill) impHandlerVoid(craft) +impHandlerVoid(npcClipboard); } // namespace Actions |