]> git.sesse.net Git - kdenlive/commitdiff
- Fix whitespace and syntax.
authorAlberto Villa <avilla@FreeBSD.org>
Thu, 20 May 2010 08:41:34 +0000 (08:41 +0000)
committerAlberto Villa <avilla@FreeBSD.org>
Thu, 20 May 2010 08:41:34 +0000 (08:41 +0000)
svn path=/trunk/kdenlive/; revision=4459

src/trackview.cpp

index a2f2de4e5c87a7581d12c91e90bb6cc397b3ac1d..969d5aec4782a0096e04a379db1a5b64688b3fa9 100644 (file)
@@ -430,8 +430,8 @@ void TrackView::parseDocument(QDomDocument doc)
             ct++;
             backupFile = baseFile + "_backup" + QString::number(ct) + ".kdenlive";
         }
-        if (KIO::NetAccess::file_copy(m_doc->url(), KUrl(backupFile), this)) KMessageBox::information(this, i18n("Your project file was upgraded to the latest Kdenlive document version.\n To make sure you don't lose data, a backup copy called %1 was created.", backupFile));
-        else KMessageBox::information(this, i18n("Your project file was upgraded to the latest Kdenlive document version, it was not possible to create a backup copy.", backupFile));
+        if (KIO::NetAccess::file_copy(m_doc->url(), KUrl(backupFile), this)) KMessageBox::information(this, i18n("Your project file was upgraded to the latest Kdenlive document version.\nTo make sure you don't lose data, a backup copy called %1 was created.", backupFile));
+        else KMessageBox::information(this, i18n("Your project file was upgraded to the latest Kdenlive document version, but it was not possible to create a backup copy.", backupFile));
     }
     //m_trackview->setCursorPos(cursorPos);
     //m_scrollBox->setGeometry(0, 0, 300 * zoomFactor(), m_scrollArea->height());