From 03a53f9efa247115a9d57b8c8208f6e9768552cc Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 15 Apr 2015 19:59:49 +0000 Subject: DBeditor: - Minor fix after r12840 git-svn-id: http://svn.miranda-ng.org/main/trunk@12845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/main_window.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/DbEditorPP/src') diff --git a/plugins/DbEditorPP/src/main_window.cpp b/plugins/DbEditorPP/src/main_window.cpp index a9ed2f4046..7c74985b66 100644 --- a/plugins/DbEditorPP/src/main_window.cpp +++ b/plugins/DbEditorPP/src/main_window.cpp @@ -556,6 +556,7 @@ INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) break; case MENU_OPEN_OPTIONS: OPENOPTIONSDIALOG odp = { 0 }; + odp.cbSize = sizeof(odp); odp.pszGroup = "Database"; odp.pszPage = modFullname; odp.pszTab = 0; -- cgit v1.2.3