mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
add width x height to title bar correctly (debug w32 only)
This commit is contained in:
parent
8cecbd45c4
commit
e0d73f4cd4
1 changed files with 4 additions and 5 deletions
|
@ -771,13 +771,12 @@ ceSetTitleFromName( CEAppGlobals* globals )
|
|||
if ( colonPos != NULL ) {
|
||||
*colonPos = 0;
|
||||
}
|
||||
|
||||
#if ! defined _WIN32_WCE && defined DEBUG
|
||||
swprintf( &widebuf[wcslen(widebuf)], L" %dx%d",
|
||||
globals->dbWidth, globals->dbHeight );
|
||||
#endif
|
||||
}
|
||||
|
||||
#if ! defined _WIN32_WCE && defined DEBUG
|
||||
swprintf( &widebuf[wcslen(widebuf)], L":%dx%d",
|
||||
globals->dbWidth, globals->dbHeight );
|
||||
#endif
|
||||
SendMessage( globals->hWnd, WM_SETTEXT, 0, (long)widebuf );
|
||||
} /* ceSetTitleFromName */
|
||||
|
||||
|
|
Loading…
Reference in a new issue