git-svn-id: svn://ultimatepp.org/upp/trunk@14248 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-05 17:12:25 +00:00
parent dacd96a76e
commit 9821375c6f

View file

@ -693,7 +693,7 @@ String Downloads()
String r;
r << "{{1:1^@L "
"[^app$ide$install$en-us.html^ U`+`+ for Windows (with CLANG)]:: "
"[^www$uppweb$posix$en-us.html^ U++ for POSIX]";
"[^www$uppweb$posix$en-us.html^ U`+`+ for POSIX]";
FindFile ff(AppendFileName(targetdir, "downloads/*.*"));
Vector<Time> tm;
Vector<String> fn;