From a18f2dba31c9b8500cf84b2af88f925f4b8e46e7 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Mon, 15 Dec 2008 02:54:27 +0000 Subject: remove error message box (incompatible with some screenreader or other) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@436 4f64403b-2f21-0410-a795-97e2b3489a10 --- otr/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otr/options.cpp') diff --git a/otr/options.cpp b/otr/options.cpp index 055507a..a032b65 100644 --- a/otr/options.cpp +++ b/otr/options.cpp @@ -424,7 +424,7 @@ INT_PTR CALLBACK DlgProcOpts1(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar SendMessage(GetDlgItem(hwndDlg, IDC_CLIST), LVM_GETITEM, 0, (LPARAM)&lvi); switch (((NMLVDISPINFO *)lParam)->item.iSubItem) { case 0: - MessageBox(0, "LVN_GETDISPINFO (0)", "msg", MB_OK); + //MessageBox(0, "LVN_GETDISPINFO (0)", "msg", MB_OK); break; case 1: { -- cgit v1.2.3