1
0
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:
Aaron van Geffen
2018-01-04 16:17:12 +01:00
parent aa885c661e
commit c9b48beea0
6 changed files with 67 additions and 67 deletions

View File

@@ -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 },
};