From e5483a07e282dbc6be8ee498ff6ce676ee0ce2ed Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 5 Dec 2012 09:06:08 +0000 Subject: "DualRowMode" setting wasn't saved in DB (reported by Andrzej Aleksiejuk) git-svn-id: http://svn.miranda-ng.org/main/trunk@2650 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/src/clcopts.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Clist_nicer/src/clcopts.cpp b/plugins/Clist_nicer/src/clcopts.cpp index 5f397fccdf..056c468d14 100644 --- a/plugins/Clist_nicer/src/clcopts.cpp +++ b/plugins/Clist_nicer/src/clcopts.cpp @@ -474,6 +474,7 @@ static INT_PTR CALLBACK DlgProcDspAdvanced(HWND hwndDlg, UINT msg, WPARAM wParam cfg::dat.dualRowMode = (BYTE)SendDlgItemMessage(hwndDlg, IDC_DUALROWMODE, CB_GETCURSEL, 0, 0); if (cfg::dat.dualRowMode == CB_ERR) cfg::dat.dualRowMode = 0; + cfg::writeByte("CLC", "DualRowMode", cfg::dat.dualRowMode); return TRUE; } break; -- cgit v1.2.3