diff options
author | Ricardo N Feliciano <FelicianoTech@gmail.com> | 2018-04-21 05:05:38 -0400 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2018-04-21 11:05:38 +0200 |
commit | e8de33a61fcecdd09d3c9bdb68c64c5418dbd437 (patch) | |
tree | 82a324b826179dd7d6df4d95c37023ef8c4c4a6e /projects/openttd_vs140.vcxproj.filters | |
parent | 3b32075e8a3440c9bca8764289c0b1e3c2f4c28d (diff) | |
download | openttd-e8de33a61fcecdd09d3c9bdb68c64c5418dbd437.tar.xz |
Cleanup: Use new filename for README file. (#6738)
Diffstat (limited to 'projects/openttd_vs140.vcxproj.filters')
-rw-r--r-- | projects/openttd_vs140.vcxproj.filters | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openttd_vs140.vcxproj.filters b/projects/openttd_vs140.vcxproj.filters index 06800ffda..d727309e1 100644 --- a/projects/openttd_vs140.vcxproj.filters +++ b/projects/openttd_vs140.vcxproj.filters @@ -3045,6 +3045,6 @@ </ItemGroup> <ItemGroup> <None Include="..\media\openttd.ico" /> - <None Include="..\readme.txt" /> + <None Include="..\README.md" /> </ItemGroup> </Project> |