Changeset 69


Ignore:
Timestamp:
Dec 1, 2019, 11:21:07 PM (6 years ago)
Author:
Gregg Young
Message:

Remove region confirmation dialog at request of users Ticket #14 & #12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mainwin.cpp

    r55 r69  
    445445            {
    446446                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));
    448449               
    449450                if (rc == 1)
    450                     DosSleep(100); // Let the dialog close
     451                    DosSleep(100); // Let the dialog close*/
    451452                    WinPostMsg (hwnd, UM_WINDOWSELECTED,
    452453                                MPFROMHWND (HWND_DESKTOP),
    453454                                MPFROMHWND (HWND_DESKTOP));
    454                 if (rc == 2)
     455                /*if (rc == 2)
    455456                    WinSendMsg (hwnd, UM_ABORT, MPFROMLONG(1),0);
    456457                if (rc == 3) {
     
    460461                                MPFROMHWND (HWND_DESKTOP),
    461462                                MPFROMHWND (HWND_DESKTOP));
    462                 }
     463                }*/
    463464            }
    464465            else
Note: See TracChangeset for help on using the changeset viewer.