- Unbreak build

svn path=/trunk/; revision=72458
This commit is contained in:
Thomas Faber 2016-08-25 12:08:58 +00:00
parent 890ccaa0c2
commit 640b2bece9

View file

@ -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)))