summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-13 22:33:25 +0000
committerrubidium <rubidium@openttd.org>2009-07-13 22:33:25 +0000
commite067d4a4b87d2c4b4fa92f24d241a88cb8432e38 (patch)
treef0528a4fd03a2b0bdb8ba6ddf08f48e76c4f0aac /src/main_gui.cpp
parentdb63e1ad82537ea7b278c64b2a5383afd1bfbc5c (diff)
downloadopenttd-e067d4a4b87d2c4b4fa92f24d241a88cb8432e38.tar.xz
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index c6cfb1262..ceaa94788 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -183,7 +183,7 @@ void ZoomInOrOutToCursorWindow(bool in, Window *w)
}
}
-extern void UpdateAllStationVirtCoord();
+extern void UpdateAllStationVirtCoords();
struct MainWindow : Window
{
@@ -268,7 +268,7 @@ struct MainWindow : Window
break;
case '2' | WKC_ALT: // Update the coordinates of all station signs
- UpdateAllStationVirtCoord();
+ UpdateAllStationVirtCoords();
break;
#endif