From 9b10c21f5cad0e2ec27d23c59e65af7141a226f3 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sun, 3 Feb 2019 00:10:52 +0000 Subject: New upstream version 1.6.1.3 --- Core.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Core.cpp') diff --git a/Core.cpp b/Core.cpp index 9f0e8eb..eab1a8c 100644 --- a/Core.cpp +++ b/Core.cpp @@ -1141,7 +1141,8 @@ void Core::urlDropped(const std::vector &urls) { if(copyList.at(index).ignoreMode) { - QMessageBox::StandardButton reply=QMessageBox::question(copyList.at(index).interface,tr("Transfer mode"),tr("Do you want to copy? If no, it will be moved."),QMessageBox::Yes|QMessageBox::No|QMessageBox::Cancel,QMessageBox::Cancel); + QMessageBox::StandardButton reply=QMessageBox::question(copyList.at(index).interface,tr("Transfer mode"), + tr("Do you want to copy? If no, it will be moved."),QMessageBox::Yes|QMessageBox::No|QMessageBox::Cancel,QMessageBox::Cancel); if(reply==QMessageBox::Yes) copyList.at(index).engine->newCopy(sources); if(reply==QMessageBox::No) -- cgit v1.2.3