]> git.lyx.org Git - features.git/commit
Fix part of http://bugzilla.lyx.org/show_bug.cgi?id=5421
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 31 Oct 2008 11:19:16 +0000 (11:19 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 31 Oct 2008 11:19:16 +0000 (11:19 +0000)
commitadf48d1f515b59bcc2a79003d5b5120694f48392
treee9b228cf08af4b6119e36a3807f851fce999eaa6
parent53fdda3e7a064d34e227da552431545145933ab2
Fix part of http://bugzilla.lyx.org/show_bug.cgi?id=5421

Make InsetInfo shortcuts use Portable representation of KeySequence.

* KeyMap.cpp (printBindings): add format parameter

* LyXFunc.cpp (sendDispatchMessage):
* insets/InsetInfo.cpp (updateInfo): adapt.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27208 a592a061-630c-0410-9148-cb99ea01b6c8
src/KeyMap.cpp
src/KeyMap.h
src/LyXFunc.cpp
src/insets/InsetInfo.cpp