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 /projects | |
parent | 999994bcf34375588e51ed49bc5a0757af97818d (diff) | |
download | openttd-80ca96d469ed85a220b64797280079064772a17c.tar.xz |
(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 2 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 2 |
2 files changed, 2 insertions, 2 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> |