summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/openttd_vs80.vcproj2
-rw-r--r--projects/openttd_vs90.vcproj2
-rw-r--r--source.list2
-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