diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-19 12:07:31 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-19 12:07:31 +0000 |
commit | f381f810db835901bc8ae2b7793991d70b8cb7f0 (patch) | |
tree | baf2a059e7c67c4b1498812eb247e8375de6ee5d /plugins/DbEditorPP/src | |
parent | 7c77eac110222e407ff379d61798c6f16e7b8a77 (diff) |
fixed open options page
git-svn-id: http://svn.miranda-ng.org/main/trunk@6530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src')
-rw-r--r-- | plugins/DbEditorPP/src/main_window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/main_window.cpp b/plugins/DbEditorPP/src/main_window.cpp index d068c854fa..087fd2405b 100644 --- a/plugins/DbEditorPP/src/main_window.cpp +++ b/plugins/DbEditorPP/src/main_window.cpp @@ -552,7 +552,7 @@ INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) case MENU_OPEN_OPTIONS:
OPENOPTIONSDIALOG odp = {0};
odp.cbSize = sizeof(odp);
- odp.pszGroup = "Services";
+ odp.pszGroup = "Database";
odp.pszPage = modFullname;
odp.pszTab = 0;
Options_Open(&odp);
|