git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2011-03-07 00:37:26 +00:00
parent 6a86815e03
commit 02dbb905ee

View File

@ -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