From 80ca96d469ed85a220b64797280079064772a17c Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 20 Aug 2008 15:27:22 +0000 Subject: [PATCH] (svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file --- projects/openttd_vs80.vcproj | 2 +- projects/openttd_vs90.vcproj | 2 +- source.list | 2 +- src/{waypoints_gui.cpp => waypoint_gui.cpp} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename src/{waypoints_gui.cpp => waypoint_gui.cpp} (100%) diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e30657dbc7..074018085b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1868,7 +1868,7 @@ > diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index f506c249f9..9b4c78fa53 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1865,7 +1865,7 @@ > diff --git a/source.list b/source.list index 84c9ef2aa6..2ae0586535 100644 --- a/source.list +++ b/source.list @@ -410,7 +410,7 @@ train_gui.cpp transparency_gui.cpp tree_gui.cpp vehicle_gui.cpp -waypoints_gui.cpp +waypoint_gui.cpp # Command handlers aircraft_cmd.cpp diff --git a/src/waypoints_gui.cpp b/src/waypoint_gui.cpp similarity index 100% rename from src/waypoints_gui.cpp rename to src/waypoint_gui.cpp