diff src/main_gui.cpp @ 12391:b7b1110f6c24 draft

(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
author rubidium <rubidium@openttd.org>
date Mon, 13 Jul 2009 22:33:25 +0000
parents 0a4b63f3f3c3
children 374037971842
line wrap: on
line diff
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -183,7 +183,7 @@
 	}
 }
 
-extern void UpdateAllStationVirtCoord();
+extern void UpdateAllStationVirtCoords();
 
 struct MainWindow : Window
 {
@@ -268,7 +268,7 @@
 				break;
 
 			case '2' | WKC_ALT: // Update the coordinates of all station signs
-				UpdateAllStationVirtCoord();
+				UpdateAllStationVirtCoords();
 				break;
 #endif