- Timestamp:
- Jul 1, 2002, 4:07:22 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/edit.cpp
r6272 r8814 1 /* $Id: edit.cpp,v 1.4 4 2001-07-09 18:39:28sandervl Exp $ */1 /* $Id: edit.cpp,v 1.45 2002-07-01 14:07:22 sandervl Exp $ */ 2 2 /* 3 3 * Edit control … … 2986 2986 if(!(es->style & ES_MULTILINE) && !(es->style & ES_WANTRETURN)) 2987 2987 { 2988 MessageBeep(MB_ICONEXCLAMATION);2989 2988 break; 2990 2989 }
Note:
See TracChangeset
for help on using the changeset viewer.