From e663717d64036110b373f4f600161ccaf19ddf7c Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 22 Dec 2009 19:23:34 +0000 Subject: [PATCH] - Update comment --- src/torrentadditiondlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrentadditiondlg.h b/src/torrentadditiondlg.h index e70985cca..f8decc143 100644 --- a/src/torrentadditiondlg.h +++ b/src/torrentadditiondlg.h @@ -274,7 +274,7 @@ public slots: TorrentTempData::setSavePath(hash, savePath.path()); qDebug("Torrent label is: %s", comboLabel->currentText().trimmed().toLocal8Bit().data()); TorrentTempData::setLabel(hash, comboLabel->currentText().trimmed()); - // Create .incremental file if necessary + // Is download sequential? TorrentTempData::setSequential(hash, checkIncrementalDL->isChecked()); #ifdef LIBTORRENT_0_15 // Skip file checking and directly start seeding