mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[MSTSC]
- Unbreak build svn path=/trunk/; revision=72458
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user