1
0
Fork 0

(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file

release/0.7
belugas 2008-08-20 15:27:22 +00:00
parent 999994bcf3
commit 80ca96d469
4 changed files with 3 additions and 3 deletions

View File

@ -1868,7 +1868,7 @@
> >
</File> </File>
<File <File
RelativePath=".\..\src\waypoints_gui.cpp" RelativePath=".\..\src\waypoint_gui.cpp"
> >
</File> </File>
</Filter> </Filter>

View File

@ -1865,7 +1865,7 @@
> >
</File> </File>
<File <File
RelativePath=".\..\src\waypoints_gui.cpp" RelativePath=".\..\src\waypoint_gui.cpp"
> >
</File> </File>
</Filter> </Filter>

View File

@ -410,7 +410,7 @@ train_gui.cpp
transparency_gui.cpp transparency_gui.cpp
tree_gui.cpp tree_gui.cpp
vehicle_gui.cpp vehicle_gui.cpp
waypoints_gui.cpp waypoint_gui.cpp
# Command handlers # Command handlers
aircraft_cmd.cpp aircraft_cmd.cpp