diff options
author | glx <glx@openttd.org> | 2006-10-02 20:30:20 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2006-10-02 20:30:20 +0000 |
commit | 2b5436d42fdf088ee32821c6a0da2b6d0fa787a6 (patch) | |
tree | ca120dcf170bd2fcaca367f607a5c602e7726d4d | |
parent | d1a4b23887d9cf0fb0d45be533a7ff1dae722695 (diff) | |
download | openttd-2b5436d42fdf088ee32821c6a0da2b6d0fa787a6.tar.xz |
(svn r6617) -Fix r6596: missing '>' in openttd.vcproj
-rw-r--r-- | openttd.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 042e37151..d7ad6bf84 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -596,7 +596,7 @@ RelativePath=".\rail.h"> </File> <File - RelativePath=".\resize_window_widgets.h" + RelativePath=".\resize_window_widgets.h"> </File> <File RelativePath=".\saveload.h"> |