From: Thibaut Cuvelier Date: Sat, 18 May 2024 17:38:52 +0000 (+0200) Subject: Make comment clearer. X-Git-Tag: 2.4.1~68 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c5b1ce5f37fd89711819d067a7ab7b1065577c0f;p=lyx.git Make comment clearer. --- diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 90f1620b0a..14861cd707 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -1563,7 +1563,7 @@ void xhtmlShortcutInfo(XMLStream & xs, const InsetInfoParams & params) { sequence = theTopLevelKeymap().printBindings(func, KeySequence::ForGui); 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()); // Some info insets use the language of the GUI (if available)