summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-12-22 21:16:37 +0000
committerRobert Pösel <robyer@seznam.cz>2012-12-22 21:16:37 +0000
commit5b9a09d808caf90c47161d283f1d080582b31081 (patch)
tree13b7e6986a6a153df581409fd5c2942ddff2e8c5 /plugins/Dbx_mmap_SA
parent221a7540da4a15638002eb9d7f8876e3489a6e13 (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/Dbx_mmap_SA')
-rw-r--r--plugins/Dbx_mmap_SA/src/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mmap_SA/src/dialogs.cpp b/plugins/Dbx_mmap_SA/src/dialogs.cpp
index 11c1afc70f..295385fc30 100644
--- a/plugins/Dbx_mmap_SA/src/dialogs.cpp
+++ b/plugins/Dbx_mmap_SA/src/dialogs.cpp
@@ -52,7 +52,7 @@ static int OptionsInit(WPARAM wParam, LPARAM lParam)
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTIONS);
odp.flags = ODPF_BOLDGROUPS | ODPF_TCHAR;
odp.ptszTitle = LPGENT("Database Features");
- odp.ptszGroup = LPGENT("Services");
+ odp.ptszGroup = LPGENT("Database");
odp.pfnDlgProc = DlgProcOptions;
Options_AddPage(wParam, &odp);
return 0;