mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +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;
|
txtRc.right = bmpRc.right * 4 / 5;
|
||||||
#else
|
#else
|
||||||
txtRc.right = bmpRc.right * 3 / 4;
|
txtRc.right = bmpRc.right * 3 / 4;
|
||||||
|
#endif
|
||||||
|
txtRc.bottom = pInfo->headerbitmap.bmHeight * 9 / 10;
|
||||||
|
|
||||||
|
if (LoadStringW(hInst,
|
||||||
IDS_HEADERTEXT2,
|
IDS_HEADERTEXT2,
|
||||||
szBuffer,
|
szBuffer,
|
||||||
sizeof(szBuffer) / sizeof(WCHAR)))
|
sizeof(szBuffer) / sizeof(WCHAR)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue