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