summaryrefslogtreecommitdiff
path: root/plugins/ShellExt
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-08-24 09:14:28 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-08-24 09:14:28 +0000
commit3383932a9bdee5d1166e8fdb560079da517fb568 (patch)
treee401e37faa156ed5d06e2d1fab9c7e07f95e6131 /plugins/ShellExt
parent278212c375c66cb5d4c95082f86b9014137dca19 (diff)
- ShellExt:
Delphi plugin moved to Deprecated C++ plugin added to solutions Preferences moved from 'Plugins' to 'Services' git-svn-id: http://svn.miranda-ng.org/main/trunk@5807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt')
-rw-r--r--plugins/ShellExt/src/options.cpp2
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);