Changeset 69 for trunk/mainwin.cpp
- Timestamp:
- Dec 1, 2019, 11:21:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mainwin.cpp
r55 r69 445 445 { 446 446 usState = STATE_WINDOWSELECTED; 447 int rc = saymsg2(1, hwnd, RSTR(IDS_CAPTURE), RSTR(IDS_WISHCONTINUE)); 447 448 /*int rc = saymsg2(1, hwnd, RSTR(IDS_CAPTURE), RSTR(IDS_WISHCONTINUE)); 448 449 449 450 if (rc == 1) 450 DosSleep(100); // Let the dialog close 451 DosSleep(100); // Let the dialog close*/ 451 452 WinPostMsg (hwnd, UM_WINDOWSELECTED, 452 453 MPFROMHWND (HWND_DESKTOP), 453 454 MPFROMHWND (HWND_DESKTOP)); 454 if (rc == 2)455 /*if (rc == 2) 455 456 WinSendMsg (hwnd, UM_ABORT, MPFROMLONG(1),0); 456 457 if (rc == 3) { … … 460 461 MPFROMHWND (HWND_DESKTOP), 461 462 MPFROMHWND (HWND_DESKTOP)); 462 } 463 }*/ 463 464 } 464 465 else
Note:
See TracChangeset
for help on using the changeset viewer.