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 +- otr/otr.mdsp | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) 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: { diff --git a/otr/otr.mdsp b/otr/otr.mdsp index fc27187..bf23b02 100644 --- a/otr/otr.mdsp +++ b/otr/otr.mdsp @@ -124,17 +124,4 @@ extraResourceOptions= 25=..\..\..\..\..\..\..\msys\home\sje\libotr\src\userstate.h 26=..\..\..\..\..\..\..\msys\home\sje\libotr\src\version.h [History] -otr_private.h,149 -.svn\text-base\dllmain.cpp.svn-base,34867 -options.cpp,17558 -menu.cpp,995 -..\..\..\..\..\..\..\msys\home\sje\libotr\src\message.h,9228 -..\..\..\..\..\..\..\msys\home\sje\libotr\src\proto.h,0 -common.h,1593 -..\..\..\..\..\..\..\msys\home\sje\libotr\src\proto.c,1504 -..\..\..\..\..\..\..\msys\home\sje\libotr\src\version.h,0 -..\..\..\..\..\..\..\msys\home\sje\libotr\src\context.h,1839 -utils.cpp,0 -dll.h,0 -utils.h,0 -dllmain.cpp,23427 +options.cpp,15888 -- cgit v1.2.3