summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_hotkeys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/m_hotkeys.cpp')
-rw-r--r--plugins/MirLua/src/m_hotkeys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/m_hotkeys.cpp b/plugins/MirLua/src/m_hotkeys.cpp
index a5ff2c4e34..a052f5beb1 100644
--- a/plugins/MirLua/src/m_hotkeys.cpp
+++ b/plugins/MirLua/src/m_hotkeys.cpp
@@ -57,7 +57,7 @@ static int lua_Unregister(lua_State *L)
{
const char *name = luaL_checkstring(L, 1);
- ::CallService("CoreHotkeys/Unregister", 0, (LPARAM)name);
+ ::CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)name);
return 0;
}