diff options
Diffstat (limited to 'plugins/ShellExt/src/options.cpp')
-rw-r--r-- | plugins/ShellExt/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ShellExt/src/options.cpp b/plugins/ShellExt/src/options.cpp index 1e92422fcb..ccc2d3eb6a 100644 --- a/plugins/ShellExt/src/options.cpp +++ b/plugins/ShellExt/src/options.cpp @@ -110,7 +110,7 @@ int OnOptionsInit(WPARAM wParam, LPARAM lParam) {
OPTIONSDIALOGPAGE opt = { sizeof(opt) };
opt.flags = ODPF_BOLDGROUPS;
- opt.pszGroup = "Plugins";
+ opt.pszGroup = "Services";
opt.position = -1066;
opt.pszTitle = "Shell context menus";
opt.pszTemplate = MAKEINTRESOURCEA(IDD_SHLOPTS);
|