From 3ee8697bbf8996d7cfff0d9f140f5e6aa88fcdb4 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 3 Jan 2005 17:55:25 +0000 Subject: (svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL) -Copyright notice is now 2002-2005 for all languages --- misc_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index 0a61762f1..995762a4a 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -256,7 +256,7 @@ static const Widget _about_widgets[] = { { WWT_CLOSEBOX, 14, 0, 10, 0, 13, STR_00C5, STR_NULL}, { WWT_CAPTION, 14, 11, 399, 0, 13, STR_015B_OPENTTD, STR_NULL}, { WWT_PANEL, 14, 0, 399, 14, 271, 0x0, STR_NULL}, -{ WWT_FRAME, 14, 5, 394, 40, 245, STR_EMPTY, STR_NULL}, +{ WWT_FRAME, 14, 5, 394, 40, 245, STR_NULL, STR_NULL}, { WIDGETS_END}, }; -- cgit v1.2.3-54-g00ecf