From e8979d2f13e5d75483057dd5dcdbdc71fa0c754c Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Tue, 5 Aug 2008 13:49:59 +0000 Subject: [PATCH] InsetInfo: use Portable instead of Gui mode to output shortcut git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26060 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 581a24a25a..e99f7afd39 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -283,7 +283,7 @@ void InsetInfo::updateInfo() break; } if (type_ == SHORTCUT_INFO) - setText(bindings.rbegin()->print(KeySequence::ForGui)); + setText(bindings.rbegin()->print(KeySequence::Portable)); else setText(theTopLevelKeymap().printBindings(func)); break; -- 2.39.2