From: Pavel Sanda Date: Mon, 7 Mar 2011 00:37:26 +0000 (+0000) Subject: Fix bug #7338 X-Git-Tag: 2.0.0~579 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=02dbb905ee88f5dfb3b2ac66d7feeaa5dfde207d;p=features.git Fix bug #7338 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37866 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXVC.cpp b/src/LyXVC.cpp index ba7b020255..01743ecadb 100644 --- a/src/LyXVC.cpp +++ b/src/LyXVC.cpp @@ -171,6 +171,8 @@ string LyXVC::checkIn() if (ok) { if (response.empty()) response = empty; + //shell collisions + response = subst(response, from_utf8("\""), from_utf8("\\\"")); log = vcs->checkIn(to_utf8(response)); // Reserve empty string for cancel button