Changeset 28


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

Remove Pmprintf stuff from previous commit

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/bitmap.cpp

    r27 r28  
    159159        //hwndParent = WinQueryFocus(HWND_DESKTOP);
    160160        if (hwndParent == hwndFrame) {
    161             DebugHereIAm();
    162161            hwndParent = WinQueryWindow(hwndFrame, QW_NEXTTOP );
    163162        }
  • trunk/gotcha.h

    r27 r28  
    4747#include "settings.h"
    4848
    49 #define  _PMPRINTF_
    50 #include "PMPRINTF.H"
     49//#define  _PMPRINTF_
     50//#include "PMPRINTF.H"
    5151
    5252#define PSZ_EXTENSION    ".bmp"
  • 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,
  • trunk/savebmp.cpp

    r27 r28  
    495495    if (pset->QueryFileSaveStyle () == FSS_NUMFILES)
    496496    {
    497         PmpfF(( " title %s", title));
    498497        CHAR   ach[_MAX_PATH];
    499498        for (USHORT i = 0; i < 100; i++)
  • trunk/settings.cpp

    r27 r28  
    233233        hwndPage[3] = WinLoadDlg (hwndNB, hwndNB, (PFNWP) Page4Procedure,
    234234                                  GETMODULE, ID_DLG_SETTINGSPAGE4, this);
    235         _PmpfF(( "hwndpage 0 %i FID_CLIENT %i", hwndPage[0],
    236                WinWindowFromID( hwndPage[0], WID_RB_CLIPBOARD)));
    237235        g_hwndPage0 = hwndPage[0];
    238236       
Note: See TracChangeset for help on using the changeset viewer.