commit abaccece15a3b7c23588b5257719ee0af4977e29
Author: Juergen Spitzmueller <[email protected]>
Date: Wed Aug 1 15:17:46 2018 +0200
InsetInfo: use localized shortcuts
---
src/insets/InsetInfo.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp
index c0e18ea..a0a8798 100644
--- a/src/insets/InsetInfo.cpp
+++ b/src/insets/InsetInfo.cpp
@@ -510,9 +510,9 @@ void InsetInfo::updateBuffer(ParIterator const & it,
UpdateType utype) {
break;
}
if (type_ == SHORTCUT_INFO)
- setText(bindings.begin()->print(KeySequence::Portable),
guilang);
+ setText(bindings.begin()->print(KeySequence::ForGui),
guilang);
else
- setText(theTopLevelKeymap().printBindings(func,
KeySequence::Portable), guilang);
+ setText(theTopLevelKeymap().printBindings(func,
KeySequence::ForGui), guilang);
force_ltr_ = !guilang->rightToLeft() && !lang->rightToLeft();
break;
}