diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-31 13:56:17 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-31 13:56:17 +0300 |
| commit | 33a4b26cc972c8649ff082d62e4b898507e5f701 (patch) | |
| tree | 7c164605f908d37f540496d7d0c61cc26bddb062 /plugins | |
| parent | c662c18ca2a0674b49df11a38f0821b7f8a41780 (diff) | |
useless/obsolete MCO_OPT_ONADD_SERVICE removed
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/NewStory/src/history_menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_menus.cpp b/plugins/NewStory/src/history_menus.cpp index 4e5150676c..74e3f3c525 100644 --- a/plugins/NewStory/src/history_menus.cpp +++ b/plugins/NewStory/src/history_menus.cpp @@ -242,7 +242,7 @@ void InitMenus() hMenuObject = Menu_AddObject("NSMenu", "NewStory item menu", nullptr, "NSMenu/ExecService");
Menu_ConfigureObject(hMenuObject, MCO_OPT_USERDEFINEDITEMS, INT_PTR(FALSE));
- Menu_ConfigureObject(hMenuObject, MCO_OPT_FREE_SERVICE, INT_PTR("NSMenu/FreeOwnerData"));
+ Menu_ConfigureObject(hMenuObject, MCO_OPT_FREE_SERVICE, "NSMenu/FreeOwnerData");
CMenuItem mi(&g_plugin);
mi.pszService = "NSMenu/Helper";
|
