From a490284569999534b2f23db5b192a1bd430ff11a Mon Sep 17 00:00:00 2001 From: Robert Jordan Date: Fri, 5 Jun 2015 20:16:01 -0400 Subject: [PATCH] Renumbered strings --- data/language/english_uk.txt | 10 +++++++--- src/windows/editor_object_selection.c | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/data/language/english_uk.txt b/data/language/english_uk.txt index b53527fd7a..3762f59c43 100644 --- a/data/language/english_uk.txt +++ b/data/language/english_uk.txt @@ -3605,6 +3605,10 @@ STR_5268 :{SMALLFONT}{BLACK}Audio STR_5269 :{SMALLFONT}{BLACK}Controls STR_5270 :{SMALLFONT}{BLACK}Miscellaneous STR_5271 :{SMALLFONT}{BLACK}Twitch -STR_5272 :Search for Objects -STR_5273 :Enter the name of an object to search for -STR_5274 :Clear \ No newline at end of file +STR_5271 :{SMALLFONT}{BLACK}Twitch +STR_5272 :{SMALLFONT}{BLACK}Small Scenery +STR_5273 :{SMALLFONT}{BLACK}Large Scenery +STR_5274 :{SMALLFONT}{BLACK}Footpath +STR_5275 :Search for Objects +STR_5276 :Enter the name of an object to search for +STR_5277 :Clear \ No newline at end of file diff --git a/src/windows/editor_object_selection.c b/src/windows/editor_object_selection.c index 4919767f3c..d71eda159a 100644 --- a/src/windows/editor_object_selection.c +++ b/src/windows/editor_object_selection.c @@ -116,7 +116,7 @@ static rct_widget window_editor_object_selection_widgets[] = { { WWT_DROPDOWN_BUTTON, 0, 384, 595, 24, 35, STR_INSTALL_NEW_TRACK_DESIGN, STR_INSTALL_NEW_TRACK_DESIGN_TIP }, { WWT_DROPDOWN_BUTTON, 0, 350, 463, 23, 34, 5261, 5265 }, { WWT_DROPDOWN_BUTTON, 1, 4, 214, 46, 57, STR_NONE, STR_NONE }, - { WWT_DROPDOWN_BUTTON, 1, 218, 287, 46, 57, 5274, STR_NONE }, + { WWT_DROPDOWN_BUTTON, 1, 218, 287, 46, 57, 5277, STR_NONE }, { WIDGETS_END } }; @@ -356,7 +356,7 @@ static void window_editor_object_selection_mouseup() window_loadsave_open(LOADSAVETYPE_LOAD | LOADSAVETYPE_TRACK); break; case WIDX_FILTER_STRING_BUTTON: - window_text_input_open(w, widgetIndex, 5272, 5273, 1170, (uint32)_filter_string, 40); + window_text_input_open(w, widgetIndex, 5275, 5276, 1170, (uint32)_filter_string, 40); break; case WIDX_FILTER_CLEAR_BUTTON: memset(_filter_string, 0, sizeof(_filter_string));