summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-04-05 13:12:18 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-04-05 13:12:18 +0000
commitf6c738f20aea081467b7695ecbc7beab51738150 (patch)
tree0a7bd066b8a2a79ec7163e272cd18934148cb207
parentc661d1479bbbe836f143c333d6643bcc6faa2393 (diff)
hotkeys removed too
git-svn-id: http://svn.miranda-ng.org/main/trunk@4316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/TranslitSwitcher/src/TranslitSwitcher.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
index 7e6afc2bcc..3d8adacbbf 100644
--- a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
+++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
@@ -192,6 +192,12 @@ int OnPreShutdown(WPARAM wParam, LPARAM lParam)
CallService(MS_BB_REMOVEBUTTON, 0, (LPARAM)&bbd);
}
+ CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/ConvertAllOrSelected");
+ CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/ConvertLastOrSelected");
+ CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/TranslitAllOrSelected");
+ CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/TranslitLastOrSelected");
+ CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/InvertCaseAllOrSelected");
+ CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/InvertCaseLastOrSelected");
return 0;
}
//-------------------------------------------------------------------------------------------------------