The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: z9999+ on October 15, 2009, 04:20:58 AM

Title: [patch] A text label replacement in citylist window
Post by: z9999+ on October 15, 2009, 04:20:58 AM
In citylist window, "Goods" is better than "Transported", isn't it ?
"Goods" is already used in cityinfo window.


Index: gui/citylist_frame_t.cc
===================================================================
--- gui/citylist_frame_t.cc (r 2773)
+++ gui/citylist_frame_t.cc (copy)
@@ -52,7 +52,7 @@
"sended",
"Post",
"Arrived",
- "Transported"
+ "Goods"
};

const uint8 citylist_frame_t::hist_type_color[karte_t::MAX_WORLD_COST] =