summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/DbEditorPP/src/main_window.cpp2
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);