diff options
author | tron <tron@openttd.org> | 2005-01-06 12:34:22 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-01-06 12:34:22 +0000 |
commit | 5b7e224f468be596b231ac577144029fd9070e76 (patch) | |
tree | 27f3b4a95dae537973b293f01757ee86b8be86bb | |
parent | f8c95a1dbeac23296cacc83ae25d2a8b352cd83d (diff) | |
download | openttd-5b7e224f468be596b231ac577144029fd9070e76.tar.xz |
(svn r1397) Add missing RESIZE_NONE
-rw-r--r-- | misc_gui.c | 2 |
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}, }; |