From: Alberto Villa Date: Thu, 4 Jun 2009 16:22:00 +0000 (+0000) Subject: delete reference to a variable in a comment X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d2a7fcead44fee2272d9a615740bda1b1be8d74c;p=kdenlive delete reference to a variable in a comment svn path=/trunk/kdenlive/; revision=3490 --- diff --git a/src/kdenlivedoc.cpp b/src/kdenlivedoc.cpp index e679789b..23a8f62d 100644 --- a/src/kdenlivedoc.cpp +++ b/src/kdenlivedoc.cpp @@ -93,8 +93,8 @@ KdenliveDoc::KdenliveDoc(const KUrl &url, const KUrl &projectFolder, QUndoGroup setProfilePath(profileName); } else { /* - * read again and to get all the new - * stuff (convertDocument() can now do anything without breaking + * read again to get all the new stuff + * (convertDocument() can now do anything without breaking * document loading) */ setModified(converter.isModified());