summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-06 12:34:22 +0000
committertron <tron@openttd.org>2005-01-06 12:34:22 +0000
commitb23ecdb54e325fb0261bcad7c4b40521c82a9c12 (patch)
tree27f3b4a95dae537973b293f01757ee86b8be86bb /misc_gui.c
parentd3c685532015cce7ababdfa8deb45388fda2748f (diff)
downloadopenttd-b23ecdb54e325fb0261bcad7c4b40521c82a9c12.tar.xz
(svn r1397) Add missing RESIZE_NONE
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_gui.c b/misc_gui.c
index 4e735d51b..0dcd3a3c9 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -256,7 +256,7 @@ static const Widget _about_widgets[] = {
{ WWT_CLOSEBOX, RESIZE_NONE, 14, 0, 10, 0, 13, STR_00C5, STR_NULL},
{ WWT_CAPTION, RESIZE_NONE, 14, 11, 399, 0, 13, STR_015B_OPENTTD, STR_NULL},
{ WWT_PANEL, RESIZE_NONE, 14, 0, 399, 14, 271, 0x0, STR_NULL},
-{ WWT_FRAME, 14, 5, 394, 40, 245, STR_NULL, STR_NULL},
+{ WWT_FRAME, RESIZE_NONE, 14, 5, 394, 40, 245, STR_NULL, STR_NULL},
{ WIDGETS_END},
};