Removed duplicate strings

This commit is contained in:
Robert Jordan 2015-06-14 14:51:24 -04:00
parent 91bd595326
commit 06525fc83b
2 changed files with 7 additions and 13 deletions

View File

@ -3682,10 +3682,4 @@ STR_5345 :Financial cheats
STR_5346 :Guest cheats
STR_5347 :Ride cheats
STR_5348 :Park cheats
STR_5349 :{SMALLFONT}{BLACK}All Rides
STR_5350 :{SMALLFONT}{BLACK}Transport Rides
STR_5351 :{SMALLFONT}{BLACK}Gentle Rides
STR_5352 :{SMALLFONT}{BLACK}Roller Coasters
STR_5353 :{SMALLFONT}{BLACK}Thrill Rides
STR_5354 :{SMALLFONT}{BLACK}Water Rides
STR_5355 :{SMALLFONT}{BLACK}Shops & Stalls
STR_5349 :{SMALLFONT}{BLACK}All Rides

View File

@ -137,12 +137,12 @@ static rct_widget window_editor_object_selection_widgets[] = {
{ WWT_DROPDOWN_BUTTON, 1, 218, 287, 46, 57, 5277, STR_NONE },
{ WWT_RESIZE, 1, 3, 287, 73, 76, 0xFFFFFFFF, STR_NONE },
{ WWT_TAB, 1, 3, 33, 47, 73, 0x2000144E, 5349 },
{ WWT_TAB, 1, 34, 64, 47, 73, 0x2000144E, 5350 },
{ WWT_TAB, 1, 65, 95, 47, 73, 0x2000144E, 5351 },
{ WWT_TAB, 1, 96, 126, 47, 73, 0x2000144E, 5352 },
{ WWT_TAB, 1, 127, 157, 47, 73, 0x2000144E, 5353 },
{ WWT_TAB, 1, 158, 188, 47, 73, 0x2000144E, 5354 },
{ WWT_TAB, 1, 189, 219, 47, 73, 0x2000144E, 5355 },
{ WWT_TAB, 1, 34, 64, 47, 73, 0x2000144E, 1223 },
{ WWT_TAB, 1, 65, 95, 47, 73, 0x2000144E, 1224 },
{ WWT_TAB, 1, 96, 126, 47, 73, 0x2000144E, 1225 },
{ WWT_TAB, 1, 127, 157, 47, 73, 0x2000144E, 1226 },
{ WWT_TAB, 1, 158, 188, 47, 73, 0x2000144E, 1227 },
{ WWT_TAB, 1, 189, 219, 47, 73, 0x2000144E, 1228 },
{ WIDGETS_END }
};