summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-09-21 18:16:00 +0000
committersmatz <smatz@openttd.org>2009-09-21 18:16:00 +0000
commit15511678e32880001aba50c9230be5fb141dc0ad (patch)
tree5ae1112911f6d6d851c99e05fbe0aaf030e0864e /src/gui.h
parent60a13f49bddb11419416066c8f85268a47522770 (diff)
downloadopenttd-15511678e32880001aba50c9230be5fb141dc0ad.tar.xz
(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'
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 a1daf6e06..508353ba3 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -80,7 +80,7 @@ extern const TextColour _fios_colours[];
void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType transport_type, byte bridge_type);
void ShowBuildIndustryWindow();
-void ShowBuildTownWindow();
+void ShowFoundTownWindow();
void ShowMusicWindow();