Mercurial > trustbridge
diff ui/downloader.cpp @ 443:20f539866fa8
Fixed certificate list file name.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 22 Apr 2014 16:46:47 +0200 |
parents | d2f4e28b5a13 |
children | 6fac87cadbd8 |
line wrap: on
line diff
--- a/ui/downloader.cpp Tue Apr 22 14:27:19 2014 +0000 +++ b/ui/downloader.cpp Tue Apr 22 16:46:47 2014 +0200 @@ -247,7 +247,7 @@ } QString fileName = dataDirectory.append("/list-") - .append(remoteModSW.toString("yyyyMMddHHmmss")) + .append(remoteModList.toString("yyyyMMddHHmmss")) .append(".txt"); qDebug() << "fileName: " << fileName;