diff options
author | glx <glx@openttd.org> | 2006-10-10 15:09:28 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2006-10-10 15:09:28 +0000 |
commit | 3fcfc3076cfccfb6a6ced458e4b2ae4757169127 (patch) | |
tree | dad5e21381830041764412e9061f28856ed1d6ec | |
parent | 69f26c6ee3164bc9006126ac88f511c4a0b16aed (diff) | |
download | openttd-3fcfc3076cfccfb6a6ced458e4b2ae4757169127.tar.xz |
(svn r6724) -Fix r6723: respect alphabetical order
-rw-r--r-- | openttd.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index b24dffa56..70e77455e 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -693,10 +693,10 @@ RelativePath=".\bridge_gui.c"> </File> <File - RelativePath=".\depot_gui.c"> + RelativePath=".\build_vehicle_gui.c"> </File> <File - RelativePath=".\build_vehicle_gui.c"> + RelativePath=".\depot_gui.c"> </File> <File RelativePath=".\dock_gui.c"> |