diff options
Diffstat (limited to 'plugins/CSList')
-rw-r--r-- | plugins/CSList/src/cslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp index 2714c2fdb7..68119b7f9b 100644 --- a/plugins/CSList/src/cslist.cpp +++ b/plugins/CSList/src/cslist.cpp @@ -229,7 +229,7 @@ void addProtoStatusMenuItem(char *protoName) if (pdescr == NULL) return; - HGENMENU hRoot = MO_GetProtoRootMenu(pdescr->szModuleName); + HGENMENU hRoot = Menu_GetProtocolRoot(pdescr->szModuleName); if (hRoot == NULL) return; |