summaryrefslogtreecommitdiff
path: root/src/os/windows/ottdres.rc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/windows/ottdres.rc.in')
-rw-r--r--src/os/windows/ottdres.rc.in11
1 files changed, 11 insertions, 0 deletions
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
/////////////////////////////////////////////////////////////////////////////
//