From 36c58649f8a9215d19056ed6a5a6858cafe8e33a Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Dec 2009 17:13:28 +0000 Subject: (svn r18424) -Fix [FS#3327]: [Windows] the help window would be too large in some cases --- src/os/windows/ottdres.rc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/os/windows/ottdres.rc.in') diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in index 9a79e1907..b67270454 100644 --- a/src/os/windows/ottdres.rc.in +++ b/src/os/windows/ottdres.rc.in @@ -61,6 +61,17 @@ BEGIN END +101 DIALOG DISCARDABLE 0, 0, 600, 400 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "OpenTTD command line help" +FONT 8, "MS Sans Serif" +BEGIN + DEFPUSHBUTTON "&OK",12,274,378,50,14,BS_CENTER + EDITTEXT 11,7,6,583,365,ES_MULTILINE | ES_READONLY | WS_VSCROLL | WS_HSCROLL +END + + #ifndef _MAC ///////////////////////////////////////////////////////////////////////////// // -- cgit v1.2.3-70-g09d2