]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:33 +0000 (15:48 +0200)
commita5e5d7d846c1dd9e2edf29ae25c58de0b6281ce9
tree03bb74ee0c1ec05ca97ab897b4b15733f0ab2205
parent8983846687684473e90e5231cb0aecd39c56c21a
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