Changeset 4525 for trunk/src/kernel32/console.cpp
- Timestamp:
- Oct 23, 2000, 9:35:11 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.cpp
r4502 r4525 1 /* $Id: console.cpp,v 1.2 2 2000-10-20 11:46:46sandervl Exp $ */1 /* $Id: console.cpp,v 1.23 2000-10-23 19:35:10 sandervl Exp $ */ 2 2 3 3 /* … … 3772 3772 lstrcpynWtoA(ConsoleGlobals.pszWindowTitle, 3773 3773 lpszTitle, 3774 iLength );3774 iLength+1); //must add one (lstrcpynWtoA terminates string) 3775 3775 3776 3776 WinSetWindowText(ConsoleGlobals.hwndFrame, /* set new title text */
Note:
See TracChangeset
for help on using the changeset viewer.