Changeset 55 for trunk/mainwin.cpp
- Timestamp:
- Jun 2, 2018, 12:45:45 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mainwin.cpp
r51 r55 23 23 { 24 24 #ifdef _QUIET_ 25 //#if 126 25 hwndFrame = WinLoadDlg (HWND_OBJECT, NULLHANDLE, NULL, GETMODULE, 27 26 ID_DLG_MAIN, NULL); … … 331 330 usCap = CAP_SCREEN; 332 331 #ifdef _QUIET_ 333 //#if 1334 332 WinShowWindow (g_hwndSettingsDialog, FALSE); 335 333 // WinSendMsg (g_hwndSettingsDialog, WM_CLOSE, 0,0); //Needs to go to the setting dialog … … 343 341 usCap = CAP_SCREENREGION; 344 342 #ifdef _QUIET_ 345 //#if 1346 343 WinShowWindow (g_hwndSettingsDialog, FALSE); 347 344 #endif … … 352 349 usCap = CAP_WINDOWINT; 353 350 #ifdef _QUIET_ 354 //#if 1355 351 WinShowWindow (g_hwndSettingsDialog, FALSE); 356 352 #endif … … 361 357 usCap = CAP_WINDOW; 362 358 #ifdef _QUIET_ 363 //#if 1364 359 WinShowWindow (g_hwndSettingsDialog, FALSE); 365 360 #endif … … 450 445 { 451 446 usState = STATE_WINDOWSELECTED; 452 int rc = saymsg2(1, hwnd, "Capture", "Do you wish to continue?");447 int rc = saymsg2(1, hwnd, RSTR(IDS_CAPTURE), RSTR(IDS_WISHCONTINUE)); 453 448 454 449 if (rc == 1) 450 DosSleep(100); // Let the dialog close 455 451 WinPostMsg (hwnd, UM_WINDOWSELECTED, 456 452 MPFROMHWND (HWND_DESKTOP), … … 460 456 if (rc == 3) { 461 457 pset->Dialog (); 458 DosSleep(100); // Let the dialogs close 462 459 WinPostMsg (hwnd, UM_WINDOWSELECTED, 463 460 MPFROMHWND (HWND_DESKTOP), … … 640 637 WinStopTimer (hab, hwnd, ulTimer); 641 638 #ifdef _QUIET_ 642 //#if 1643 639 // ? FIXME to give option to reshow window. 644 640 if (WinQueryButtonCheckstate (hwnd, WID_CB_HIDEWINDOW))
Note:
See TracChangeset
for help on using the changeset viewer.