Changeset 8814 for trunk/src


Ignore:
Timestamp:
Jul 1, 2002, 4:07:22 PM (23 years ago)
Author:
sandervl
Message:

Edit control: don't beep when receiving Enter (single line control)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/edit.cpp

    r6272 r8814  
    1 /* $Id: edit.cpp,v 1.44 2001-07-09 18:39:28 sandervl Exp $ */
     1/* $Id: edit.cpp,v 1.45 2002-07-01 14:07:22 sandervl Exp $ */
    22/*
    33 *      Edit control
     
    29862986            if(!(es->style & ES_MULTILINE) && !(es->style & ES_WANTRETURN))
    29872987            {
    2988               MessageBeep(MB_ICONEXCLAMATION);
    29892988              break;
    29902989            }
Note: See TracChangeset for help on using the changeset viewer.