Changeset 28 for trunk/mainwin.cpp
- Timestamp:
- Mar 13, 2018, 6:56:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mainwin.cpp
r27 r28 276 276 277 277 case WID_PB_SETTINGS: 278 _DebugHereIAm();279 278 pset->Dialog (); 280 279 break; … … 399 398 usState = STATE_WINDOWSELECTED; 400 399 int rc = saymsg2(1, hwnd, "Capture", "Do you wish to continue?"); 401 _DebugHereIAm();400 402 401 if (rc == 1) 403 402 WinPostMsg (hwnd, UM_WINDOWSELECTED,
Note:
See TracChangeset
for help on using the changeset viewer.