mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
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:
parent
fe9af07c9e
commit
309caac963
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user