]> git.lyx.org Git - lyx.git/commit
Do not use GUI language for shortcut info inset if no translation is available
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 9 Mar 2019 11:00:40 +0000 (12:00 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 9 Mar 2019 11:00:40 +0000 (12:00 +0100)
commit55c9bc218a0dac64d9df1d24532453194f8e9674
tree35d17dc8792d0f1e89d9f9642f20149d1ac6b7ac
parentf848183fa8790aff0b4a5709e681dff8b63ad241
Do not use GUI language for shortcut info inset if no translation is available

Fixes: #11508
Now there is the opposite case which needs to be addressed:
If no translation is available for a shortcut in a non-latin-scripted
document, we need to switch the language to English.
src/KeyMap.cpp
src/KeyMap.h
src/KeySequence.cpp
src/KeySequence.h
src/frontends/KeySymbol.h
src/frontends/qt4/GuiKeySymbol.cpp
src/insets/InsetInfo.cpp