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
This commit is contained in:
Bo Peng 2008-08-05 13:49:59 +00:00
parent c611a1311e
commit e8979d2f13

View File

@ -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;