mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[MSTSC]
- Unbreak build svn path=/trunk/; revision=72458
This commit is contained in:
parent
890ccaa0c2
commit
640b2bece9
1 changed files with 4 additions and 0 deletions
|
@ -1274,6 +1274,10 @@ DlgProc(HWND hDlg,
|
|||
txtRc.right = bmpRc.right * 4 / 5;
|
||||
#else
|
||||
txtRc.right = bmpRc.right * 3 / 4;
|
||||
#endif
|
||||
txtRc.bottom = pInfo->headerbitmap.bmHeight * 9 / 10;
|
||||
|
||||
if (LoadStringW(hInst,
|
||||
IDS_HEADERTEXT2,
|
||||
szBuffer,
|
||||
sizeof(szBuffer) / sizeof(WCHAR)))
|
||||
|
|
Loading…
Reference in a new issue