mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
ed291f0d4f
commit
12d771c43f
@ -495,7 +495,7 @@ docstring KeyMap::printBindings(FuncRequest const & func,
|
|||||||
if (!firstone)
|
if (!firstone)
|
||||||
res << ", ";
|
res << ", ";
|
||||||
res << key.print(format, untranslated);
|
res << key.print(format, untranslated);
|
||||||
firstone = true;
|
firstone = false;
|
||||||
}
|
}
|
||||||
return res.str();
|
return res.str();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user