mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.uppbox uppweb
git-svn-id: svn://ultimatepp.org/upp/trunk@14088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fc3c41f4f6
commit
d455e83d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ String Downloads()
|
|||
r << "::@W ";
|
||||
bool next = false;
|
||||
for(int i = 0; i < min(39, fn.GetCount()); i++)
|
||||
if(fn[i].StartsWith(pass ? "upp-win" : "upp-x11")) {
|
||||
if(fn[i].StartsWith(pass ? "upp-x11" : "upp-win")) {
|
||||
if(next) r << "&[A0 &]";
|
||||
next = true;
|
||||
r << Format("%04d-%02d-%02d %02d:%02d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue