diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-24 09:14:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-24 09:14:28 +0000 |
commit | 3383932a9bdee5d1166e8fdb560079da517fb568 (patch) | |
tree | e401e37faa156ed5d06e2d1fab9c7e07f95e6131 /plugins/ShellExt | |
parent | 278212c375c66cb5d4c95082f86b9014137dca19 (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.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);
|