[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/vcs
From:       David Nolden <david.nolden.kde () art-master ! de>
Date:       2009-09-13 22:18:55
Message-ID: 1252880335.910634.19889.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1023101 by zwabel:

Do not insert double newlines between filenames in the list

 M  +2 -2      vcsdiffpatchsources.cpp  


--- trunk/KDE/kdevplatform/vcs/vcsdiffpatchsources.cpp #1023100:1023101
@@ -152,9 +152,9 @@
     kDebug() << "Finishing with selection" << selection;
     QString text = i18n("Files will be committed:") + "\n";
     foreach(KUrl url, selection)
-    text += ICore::self()->projectController()->prettyFileName(url, \
KDevelop::IProjectController::FormatPlain) + "\n\n"; +        text += \
ICore::self()->projectController()->prettyFileName(url, \
KDevelop::IProjectController::FormatPlain) + "\n";  
-    text += i18n("With message:") + "\n" + message;
+    text += "\n" + i18n("With message:") + "\n" + message;
 
     int res = KMessageBox::warningContinueCancel(0, text, i18n("About to commit to \
repository"));  if (res != KMessageBox::Continue) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic