Fix whitespace bug reported by Bennett

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35324 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-09-07 19:03:28 +00:00
parent fe9af07c9e
commit 309caac963

View File

@ -2689,7 +2689,7 @@ void GuiView::dispatchVC(FuncRequest const & cmd)
LYXERR(Debug::LYXVC, "Launching comparison for fetched revisions:\n" <<
f1 << "\n" << f2 << "\n" );
string par = "compare run " + f1 + " " + f2;
string par = "compare run " + quoteName(f1) + " " + quoteName(f2);
lyx::dispatch(FuncRequest(LFUN_DIALOG_SHOW, par));
break;
}