[MSTSC]
authorThomas Faber <thomas.faber@reactos.org>
Thu, 25 Aug 2016 12:08:58 +0000 (12:08 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Thu, 25 Aug 2016 12:08:58 +0000 (12:08 +0000)
- Unbreak build

svn path=/trunk/; revision=72458

reactos/base/applications/mstsc/connectdialog.c

index 57cb061..6860d09 100644 (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)))