From 6f495e959ee06918bc6fa3610bfedc89a331be97 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 22 Jul 2008 13:44:06 +0000 Subject: [PATCH] VCS: adjust cvs revert to other archs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25801 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/VCBackend.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index a6625ad34e..ff816a2112 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -458,7 +458,7 @@ void SVN::checkIn(string const & msg) return; } - doVCCommand("svn commit -q -m \"" + msg + "\" " + doVCCommand("svn commit -m \"" + msg + "\" " + quoteName(onlyFilename(owner_->absFileName())) + " 2> " + tmpf.toFilesystemEncoding(), FileName(owner_->filePath())); @@ -468,7 +468,7 @@ void SVN::checkIn(string const & msg) frontend::Alert::error(_("Revision control error."), _("Error when commiting to repository.\n" "You have to manually resolve the problem.\n" - "After pressing OK, LyX will reopen resolved document.")); + "After pressing OK, LyX will reopen the document.")); tmpf.erase(); } -- 2.39.5