(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent

This commit is contained in:
rubidium
2011-11-19 22:15:44 +00:00
parent 3e09fa8102
commit c591589818
67 changed files with 16370 additions and 16372 deletions

View File

@@ -623,7 +623,7 @@ public:
struct OperatingProfitGraphWindow : BaseGraphWindow {
OperatingProfitGraphWindow(const WindowDesc *desc, WindowNumber window_number) :
BaseGraphWindow(BGW_GRAPH, STR_JUST_CURRCOMPACT)
BaseGraphWindow(BGW_GRAPH, STR_JUST_CURRENCY_SHORT)
{
this->InitializeWindow(desc, window_number);
}
@@ -673,7 +673,7 @@ void ShowOperatingProfitGraph()
struct IncomeGraphWindow : BaseGraphWindow {
IncomeGraphWindow(const WindowDesc *desc, WindowNumber window_number) :
BaseGraphWindow(BGW_GRAPH, STR_JUST_CURRCOMPACT)
BaseGraphWindow(BGW_GRAPH, STR_JUST_CURRENCY_SHORT)
{
this->InitializeWindow(desc, window_number);
}
@@ -834,7 +834,7 @@ void ShowPerformanceHistoryGraph()
struct CompanyValueGraphWindow : BaseGraphWindow {
CompanyValueGraphWindow(const WindowDesc *desc, WindowNumber window_number) :
BaseGraphWindow(BGW_GRAPH, STR_JUST_CURRCOMPACT)
BaseGraphWindow(BGW_GRAPH, STR_JUST_CURRENCY_SHORT)
{
this->InitializeWindow(desc, window_number);
}
@@ -895,7 +895,7 @@ enum CargoPaymentRatesWidgets {
struct PaymentRatesGraphWindow : BaseGraphWindow {
bool first_init; ///< This value is true until the first initialization of the window has finished.
PaymentRatesGraphWindow(const WindowDesc *desc, WindowNumber window_number) :
BaseGraphWindow(CPW_GRAPH, STR_JUST_CURRCOMPACT)
BaseGraphWindow(CPW_GRAPH, STR_JUST_CURRENCY_SHORT)
{
this->first_init = true;
this->num_on_x_axis = 20;