- Timestamp:
- Jun 13, 2001, 2:19:09 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r5993 r5994 1 /* $Id: win32wbase.cpp,v 1.26 6 2001-06-13 10:29:46sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.267 2001-06-13 12:19:09 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1462 1462 if(hTaskList) { 1463 1463 OSLibWinChangeTaskList(hTaskList, OS2HwndFrame, getWindowNameA(), (getStyle() & WS_VISIBLE) ? 1 : 0); 1464 if(fOS2Look) {1465 OSLibWinSetTitleBarText(OS2HwndFrame, getWindowNameA());1466 }1464 } 1465 if(fOS2Look) { 1466 OSLibWinSetTitleBarText(OS2HwndFrame, getWindowNameA()); 1467 1467 } 1468 1468 } … … 1955 1955 if(hTaskList) { 1956 1956 OSLibWinChangeTaskList(hTaskList, OS2HwndFrame, getWindowNameA(), (getStyle() & WS_VISIBLE) ? 1 : 0); 1957 if(fOS2Look) {1958 OSLibWinSetTitleBarText(OS2HwndFrame, getWindowNameA());1959 }1957 } 1958 if(fOS2Look) { 1959 OSLibWinSetTitleBarText(OS2HwndFrame, getWindowNameA()); 1960 1960 } 1961 1961 }
Note:
See TracChangeset
for help on using the changeset viewer.