summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-11-02 16:46:57 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-11-02 16:46:57 +0300
commit91a4cdb742bc2061a949acba9af35770084b796f (patch)
treec1d7de218fb36138b609e41e2444e8183caa5792 /plugins
parent6ebb62334f9b08c1a6ab9ce699e4f12066449368 (diff)
compilation fix
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Dbx_mdb/src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/ui.cpp b/plugins/Dbx_mdb/src/ui.cpp
index 9845552062..85367dc42c 100644
--- a/plugins/Dbx_mdb/src/ui.cpp
+++ b/plugins/Dbx_mdb/src/ui.cpp
@@ -158,7 +158,7 @@ static int OnOptionsInit(PVOID obj, WPARAM wParam, LPARAM)
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
odp.position = -790000000;
odp.flags = ODPF_BOLDGROUPS;
- odp.pszTitle = LPGEN("Database");
+ odp.szTitle.a = LPGEN("Database");
odp.pDialog = new COptionsDialog((CDbxMdb*)obj);
Options_AddPage(wParam, &odp);
return 0;