summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-03 17:55:25 +0000
committerdarkvater <darkvater@openttd.org>2005-01-03 17:55:25 +0000
commit3ee8697bbf8996d7cfff0d9f140f5e6aa88fcdb4 (patch)
tree88d25155be98665463d272a4efc29f5fa525ebec /misc_gui.c
parentca1b3a80ae9e247071a7e190c7454faaf9f5303c (diff)
downloadopenttd-3ee8697bbf8996d7cfff0d9f140f5e6aa88fcdb4.tar.xz
(svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)
-Copyright notice is now 2002-2005 for all languages
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 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},
};