diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-12-22 21:16:37 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-12-22 21:16:37 +0000 |
commit | 5b9a09d808caf90c47161d283f1d080582b31081 (patch) | |
tree | 13b7e6986a6a153df581409fd5c2942ddff2e8c5 /plugins/DbEditorPP/src/options.cpp | |
parent | 221a7540da4a15638002eb9d7f8876e3489a6e13 (diff) |
Changed position in Options for few more plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@2807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/options.cpp')
-rw-r--r-- | plugins/DbEditorPP/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/options.cpp b/plugins/DbEditorPP/src/options.cpp index a9fd40b3a8..ba822c7321 100644 --- a/plugins/DbEditorPP/src/options.cpp +++ b/plugins/DbEditorPP/src/options.cpp @@ -87,7 +87,7 @@ INT OptInit(WPARAM wParam,LPARAM lParam) odp.cbSize = sizeof(odp);
odp.hInstance = hInst;
odp.pszTemplate = MAKEINTRESOURCE(IDD_OPTIONS);
- odp.pszGroup = LPGEN("Services");
+ odp.pszGroup = LPGEN("Database");
odp.pszTitle = modFullname;
odp.pfnDlgProc = DlgProcOpts;
odp.flags = ODPF_BOLDGROUPS;
|