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 | 05d733d0331bf3e521e4761e3e51aacc28cf516b (patch) | |
tree | dad5e21381830041764412e9061f28856ed1d6ec | |
parent | 4b79001d0d232f6f7567a5f3bb05e9278fc6287b (diff) | |
download | openttd-05d733d0331bf3e521e4761e3e51aacc28cf516b.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"> |