]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.C
Add GTK bibitem dialog
[lyx.git] / src / vc-backend.C
index 05ebb946039bc009720110b777025cbb5002b398..d58ea5e62420398c0a712ffaf780d63f1209a1cc 100644 (file)
@@ -216,8 +216,8 @@ void RCS::undoLast()
 
 void RCS::getLog(string const & tmpf)
 {
-       doVCCommand("rlog " + QuoteName(OnlyFilename(owner_->fileName())) 
-                   + " > " + tmpf, 
+       doVCCommand("rlog " + QuoteName(OnlyFilename(owner_->fileName()))
+                   + " > " + tmpf,
                    owner_->filePath());
 }
 
@@ -346,7 +346,7 @@ void CVS::undoLast()
 
 void CVS::getLog(string const & tmpf)
 {
-       doVCCommand("cvs log " + QuoteName(OnlyFilename(owner_->fileName())) 
+       doVCCommand("cvs log " + QuoteName(OnlyFilename(owner_->fileName()))
                    + " > " + tmpf,
                    owner_->filePath());
 }