summaryrefslogtreecommitdiff
path: root/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget.c')
-rw-r--r--widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widget.c b/widget.c
index d56304287..e5b1300dd 100644
--- a/widget.c
+++ b/widget.c
@@ -385,8 +385,8 @@ static byte _dropdown_var1;
static byte _dropdown_var2;
static Widget _dropdown_menu_widgets[] = {
-{ WWT_IMGBTN, 0, 0, 0, 0, 0, 0x0},
-{ WWT_LAST},
+{ WWT_IMGBTN, 0, 0, 0, 0, 0, 0x0, STR_NULL},
+{ WIDGETS_END},
};
static int GetDropdownItem(Window *w)