Changeset 122 for trunk/mainwin.cpp


Ignore:
Timestamp:
Aug 14, 2021, 12:06:58 AM (4 years ago)
Author:
Gregg Young
Message:

#ifdef out some code not needed by Gotcha! Quiet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mainwin.cpp

    r112 r122  
    311311                               MPFROMSHORT (TRUE), PVOID (0));
    312312            break;
    313 
     313#ifndef _QUIET_
    314314        case WID_PB_ABOUT:
    315315            AboutBox (hwnd);
    316316            break;
    317 
     317#endif
    318318        case WID_PB_SETTINGS:
    319319            pset->Dialog ();
Note: See TracChangeset for help on using the changeset viewer.