diff options
author | belugas <belugas@openttd.org> | 2008-08-20 15:27:22 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-08-20 15:27:22 +0000 |
commit | 80ca96d469ed85a220b64797280079064772a17c (patch) | |
tree | c1f508fc86b4b0cb5617e3beb14b51f9ca175876 | |
parent | 999994bcf34375588e51ed49bc5a0757af97818d (diff) | |
download | openttd-80ca96d469ed85a220b64797280079064772a17c.tar.xz |
(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file
-rw-r--r-- | projects/openttd_vs80.vcproj | 2 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 2 | ||||
-rw-r--r-- | source.list | 2 | ||||
-rw-r--r-- | src/waypoint_gui.cpp (renamed from src/waypoints_gui.cpp) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e30657dbc..074018085 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1868,7 +1868,7 @@ > </File> <File - RelativePath=".\..\src\waypoints_gui.cpp" + RelativePath=".\..\src\waypoint_gui.cpp" > </File> </Filter> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index f506c249f..9b4c78fa5 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1865,7 +1865,7 @@ > </File> <File - RelativePath=".\..\src\waypoints_gui.cpp" + RelativePath=".\..\src\waypoint_gui.cpp" > </File> </Filter> diff --git a/source.list b/source.list index 84c9ef2aa..2ae058653 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 index bf95ee8d1..bf95ee8d1 100644 --- a/src/waypoints_gui.cpp +++ b/src/waypoint_gui.cpp |