mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 22:49:20 +00:00
Make comment clearer.
This commit is contained in:
parent
b3d911ef57
commit
c5b1ce5f37
@ -1563,7 +1563,7 @@ void xhtmlShortcutInfo(XMLStream & xs, const InsetInfoParams & params) {
|
|||||||
sequence = theTopLevelKeymap().printBindings(func, KeySequence::ForGui);
|
sequence = theTopLevelKeymap().printBindings(func, KeySequence::ForGui);
|
||||||
seq_untranslated = theTopLevelKeymap().printBindings(func, KeySequence::ForGui, true);
|
seq_untranslated = theTopLevelKeymap().printBindings(func, KeySequence::ForGui, true);
|
||||||
}
|
}
|
||||||
// No other possible case.
|
// No other possible case (`return` at the beginning of the function otherwise).
|
||||||
|
|
||||||
Language const * tryguilang = languages.getFromCode(Messages::guiLanguage());
|
Language const * tryguilang = languages.getFromCode(Messages::guiLanguage());
|
||||||
// Some info insets use the language of the GUI (if available)
|
// Some info insets use the language of the GUI (if available)
|
||||||
|
Loading…
Reference in New Issue
Block a user