From 42e20e76dd64d9f11d2f56dda7888476231dee44 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Mar 2017 23:17:39 +0300 Subject: Windows'98 compatibility code is not needed for years --- plugins/Scriver/src/msgoptions.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Scriver/src/msgoptions.cpp') diff --git a/plugins/Scriver/src/msgoptions.cpp b/plugins/Scriver/src/msgoptions.cpp index 66b215694a..0e88757f6e 100644 --- a/plugins/Scriver/src/msgoptions.cpp +++ b/plugins/Scriver/src/msgoptions.cpp @@ -614,7 +614,6 @@ static INT_PTR CALLBACK DlgProcLogOptions(HWND hwndDlg, UINT msg, WPARAM wParam, switch (msg) { case WM_INITDIALOG: TranslateDialogDefault(hwndDlg); - RichUtil_SubClass(GetDlgItem(hwndDlg, IDC_SRMM_LOG)); switch (db_get_b(0, SRMM_MODULE, SRMSGSET_LOADHISTORY, SRMSGDEFSET_LOADHISTORY)) { case LOADHISTORY_UNREAD: CheckDlgButton(hwndDlg, IDC_LOADUNREAD, BST_CHECKED); -- cgit v1.2.3