]> git.lyx.org Git - features.git/commit
Fix order of Unicode encodings in Settings combobox.
authorGünter Milde <milde@lyx.org>
Wed, 19 Jun 2019 19:07:00 +0000 (21:07 +0200)
committerGünter Milde <milde@lyx.org>
Wed, 19 Jun 2019 19:09:16 +0000 (21:09 +0200)
commit5fe6bc616c005269a38eb760a4ec2067ef481a68
tree67f177bbd77b020ecf9267b161de0cf632ce0bd2
parent53500242f980dfc7dc950f6ac557ab1a73c05371
Fix order of Unicode encodings in Settings combobox.

Ensure the default encoding "utf8" comes always first,
followed by other common variants.
The encodings were sorted based on the GUI name which leads to
the default setting moving from the top position in some localizations.
src/frontends/qt4/GuiDocument.cpp