mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-27 14:15:30 -06:00
uppweb cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@9224 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
941e30a245
commit
c40fc6e64d
1 changed files with 3 additions and 3 deletions
|
|
@ -676,7 +676,7 @@ void ExportPage(int i)
|
|||
String Downloads()
|
||||
{
|
||||
String r;
|
||||
r << "{{1:1:1@L "
|
||||
r << "{{1:1:1^@L "
|
||||
"[^app$ide$install$en-us.html^ U`+`+ for Windows with TDM64 toolchain]:: "
|
||||
"[^app$ide$install$en-us.html^ U`+`+ for Windows without toolchain]:: "
|
||||
"[^www$uppweb$uppx11$en-us.html^ POSIX/X11 tarball]";
|
||||
|
|
@ -697,7 +697,7 @@ String Downloads()
|
|||
for(int pass = 0; pass < 3; pass++) {
|
||||
r << "::@W ";
|
||||
bool next = false;
|
||||
for(int i = 0; i < min(40, fn.GetCount()); i++)
|
||||
for(int i = 0; i < min(39, fn.GetCount()); i++)
|
||||
if(fn[i].StartsWith(decode(pass, 0, "upp-mingw", 1, "upp-win", "upp-x11"))) {
|
||||
if(next) r << "&";
|
||||
next = true;
|
||||
|
|
@ -707,7 +707,7 @@ String Downloads()
|
|||
}
|
||||
}
|
||||
r << "}}";
|
||||
for(int i = 40; i < fn.GetCount(); i++)
|
||||
for(int i = 39; i < fn.GetCount(); i++)
|
||||
DeleteFile(path[i]);
|
||||
return r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue