mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Replace WWT_CLOSEBOX with WWT_BUTTON where not used as a close button.
This commit is contained in:
@@ -27,7 +27,7 @@ enum WINDOW_TITLE_OPTIONS_WIDGET_IDX {
|
||||
};
|
||||
|
||||
static rct_widget window_title_options_widgets[] = {
|
||||
{ WWT_CLOSEBOX, 2, 0, 79, 0, 14, STR_OPTIONS, STR_OPTIONS_TIP },
|
||||
{ WWT_BUTTON, 2, 0, 79, 0, 14, STR_OPTIONS, STR_OPTIONS_TIP },
|
||||
{ WIDGETS_END },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user