summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-10-31 18:22:39 +0000
committeralberth <alberth@openttd.org>2009-10-31 18:22:39 +0000
commit4ce1f5f0a0af73f618a1116b9e4cc25035caead5 (patch)
tree9d1876905a72c3e20f95a4f61cd8f997c5078256 /src/gui.h
parent67cae40ec158c5df92348ce37d3ed2832abd5426 (diff)
downloadopenttd-4ce1f5f0a0af73f618a1116b9e4cc25035caead5.tar.xz
(svn r17927) -Codechange: Rename error message string variables.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index 508353ba3..4600219cc 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -65,7 +65,7 @@ void ShowIndustryDirectory();
void ShowSubsidiesList();
void ShowEstimatedCostOrIncome(Money cost, int x, int y);
-void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y, bool no_timeout = false);
+void ShowErrorMessage(StringID detailed_msg, StringID summary_msg, int x, int y, bool no_timeout = false);
void ShowSmallMap();
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);