diff options
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 |
commit | a18f2dba31c9b8500cf84b2af88f925f4b8e46e7 (patch) | |
tree | 04ed464510396b687913c63dac6c42043e8adb32 /otr/options.cpp | |
parent | 19ef3624a5b42be48da3566f1b29df0cf92902aa (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
Diffstat (limited to 'otr/options.cpp')
-rw-r--r-- | otr/options.cpp | 2 |
1 files changed, 1 insertions, 1 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:
{
|