From 3383932a9bdee5d1166e8fdb560079da517fb568 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 24 Aug 2013 09:14:28 +0000 Subject: - 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 --- plugins/ShellExt/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ShellExt/src/options.cpp') 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); -- cgit v1.2.3