From eb62e51f57fee452aae04366335059b01c38c1cc Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 19 Nov 2014 21:29:01 +0000 Subject: NewsAggregator: -Fixed Message format git-svn-id: http://svn.miranda-ng.org/main/trunk@11023 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewsAggregator/Src/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewsAggregator/Src/Options.cpp b/plugins/NewsAggregator/Src/Options.cpp index 2ecbcea2e8..8a0293c4ba 100644 --- a/plugins/NewsAggregator/Src/Options.cpp +++ b/plugins/NewsAggregator/Src/Options.cpp @@ -333,7 +333,7 @@ INT_PTR CALLBACK DlgProcChangeFeedMenu(HWND hwndDlg, UINT msg, WPARAM wParam, LP SetDlgItemInt(hwndDlg, IDC_CHECKTIME, db_get_dw(hContact, MODULE, "UpdateTime", DEFAULT_UPDATE_TIME), TRUE); - TCHAR *ptszMsgFormat = db_get_tsa(hContact, MODULE, "URL"); + TCHAR *ptszMsgFormat = db_get_tsa(hContact, MODULE, "MsgFormat"); if (ptszMsgFormat) { SetDlgItemText(hwndDlg, IDC_TAGSEDIT, ptszMsgFormat); mir_free(ptszMsgFormat); -- cgit v1.2.3