summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-12-15 02:54:27 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-12-15 02:54:27 +0000
commita18f2dba31c9b8500cf84b2af88f925f4b8e46e7 (patch)
tree04ed464510396b687913c63dac6c42043e8adb32
parent19ef3624a5b42be48da3566f1b29df0cf92902aa (diff)
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
-rw-r--r--otr/options.cpp2
-rw-r--r--otr/otr.mdsp15
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