summaryrefslogtreecommitdiff
path: root/plugins/CSList/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CSList/src')
-rw-r--r--plugins/CSList/src/cslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp
index 5182886fde..8dd2ce56f0 100644
--- a/plugins/CSList/src/cslist.cpp
+++ b/plugins/CSList/src/cslist.cpp
@@ -160,7 +160,7 @@ void RegisterHotkeys(char buf[200], wchar_t* accName, int Number)
hotkey.szSection.w = LPGENW("Custom Status List");
hotkey.pszService = buf;
hotkey.DefHotKey = HOTKEYCODE(HOTKEYF_CONTROL | HOTKEYF_SHIFT, '0' + Number);
- Hotkey_Register(&hotkey);
+ g_plugin.addHotkey(&hotkey);
}
void SetStatus(WORD code, StatusItem* item, char *szAccName)