From f381f810db835901bc8ae2b7793991d70b8cb7f0 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 19 Oct 2013 12:07:31 +0000 Subject: fixed open options page git-svn-id: http://svn.miranda-ng.org/main/trunk@6530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/DbEditorPP/src/main_window.cpp') 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); -- cgit v1.2.3