Changeset 28 for trunk/mainwin.cpp


Ignore:
Timestamp:
Mar 13, 2018, 6:56:55 PM (7 years ago)
Author:
Gregg Young
Message:

Remove Pmprintf stuff from previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mainwin.cpp

    r27 r28  
    276276
    277277        case WID_PB_SETTINGS:
    278             _DebugHereIAm();
    279278            pset->Dialog ();
    280279            break;
     
    399398                usState = STATE_WINDOWSELECTED;
    400399                int rc = saymsg2(1, hwnd,  "Capture", "Do you wish to continue?");
    401                 _DebugHereIAm();
     400               
    402401                if (rc == 1)
    403402                    WinPostMsg (hwnd, UM_WINDOWSELECTED,
Note: See TracChangeset for help on using the changeset viewer.