Changeset 39


Ignore:
Timestamp:
Mar 14, 2018, 8:54:02 PM (7 years ago)
Author:
Gregg Young
Message:

Make the abort beep less annoying.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mainwin.cpp

    r30 r39  
    574574
    575575    case UM_ABORT:
    576         DosBeep (100, 500);
     576        DosBeep (75, 200);
    577577        WinSendMsg (hwnd, UM_CLEANUP, 0,0);
    578578        return MRESULT (FALSE);
Note: See TracChangeset for help on using the changeset viewer.