summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-23 19:31:50 +0000
committerrubidium <rubidium@openttd.org>2009-07-23 19:31:50 +0000
commite9bc557b2a3c13ab8038d577c047813c691122dd (patch)
tree70792ef1ccec63af813dd750920ba9d86a0febd2 /src/industry_gui.cpp
parent20c1e42be128c915087b0ecf081b3101bcec234e (diff)
downloadopenttd-e9bc557b2a3c13ab8038d577c047813c691122dd.tar.xz
(svn r16930) -Codechange: more StringID name unification and grouping
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index 6e1d93c33..65b2ec593 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -622,7 +622,7 @@ public:
/* clicked the text */
this->editbox_line = line;
SetDParam(0, i->production_rate[line] * 8);
- ShowQueryString(STR_CONFIG_SETTING_INT32, STR_CONFIG_GAME_PRODUCTION, 10, 100, this, CS_ALPHANUMERAL, QSF_NONE);
+ ShowQueryString(STR_JUST_INT, STR_CONFIG_GAME_PRODUCTION, 10, 100, this, CS_ALPHANUMERAL, QSF_NONE);
}
}
} break;
@@ -1039,7 +1039,7 @@ GUIIndustryList::SortFunction * const IndustryDirectoryWindow::sorter_funcs[] =
/* Names of the sorting functions */
const StringID IndustryDirectoryWindow::sorter_names[] = {
- STR_SORT_BY_DROPDOWN_NAME,
+ STR_SORT_BY_NAME,
STR_SORT_BY_TYPE,
STR_SORT_BY_PRODUCTION,
STR_SORT_BY_TRANSPORTED,