summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-09-30 21:18:28 +0000
committerrubidium <rubidium@openttd.org>2008-09-30 21:18:28 +0000
commitc9a82ac3e7540c57488fb72b351496fe75d4ceeb (patch)
tree458b1d612f512ec8493ee816b6a4c31d7f3d361c /src/company_gui.cpp
parentb650a86e5859240e65d8654b5b08b211b2f33d7e (diff)
downloadopenttd-c9a82ac3e7540c57488fb72b351496fe75d4ceeb.tar.xz
(svn r14423) -Codechange: also do r14221 for the strings.
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_gui.cpp b/src/company_gui.cpp
index ac80f989a..fe0fe717b 100644
--- a/src/company_gui.cpp
+++ b/src/company_gui.cpp
@@ -1252,7 +1252,7 @@ struct CompanyWindow : Window
case CW_WIDGET_PRESIDENT_NAME:
this->query_widget = CW_WIDGET_PRESIDENT_NAME;
SetDParam(0, this->window_number);
- ShowQueryString(STR_PLAYER_NAME, STR_700B_PRESIDENT_S_NAME, MAX_LENGTH_PRESIDENT_NAME_BYTES, MAX_LENGTH_PRESIDENT_NAME_PIXELS, this, CS_ALPHANUMERAL, QSF_ENABLE_DEFAULT);
+ ShowQueryString(STR_PRESIDENT_NAME, STR_700B_PRESIDENT_S_NAME, MAX_LENGTH_PRESIDENT_NAME_BYTES, MAX_LENGTH_PRESIDENT_NAME_PIXELS, this, CS_ALPHANUMERAL, QSF_ENABLE_DEFAULT);
break;
case CW_WIDGET_COMPANY_NAME: