]> git.lyx.org Git - lyx.git/commit
Fix algorithm for finding localized files
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 6 Feb 2019 14:49:53 +0000 (15:49 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 6 Feb 2019 14:53:47 +0000 (15:53 +0100)
commite203bf519b4dd69f17a2f8cabb6607d2f73dce71
tree1ba4e067c679b2813df98b01a61787fb60182910
parent426ed23ec0a0a939aa27caf86f59af4f6da8ce49
Fix algorithm for finding localized files

Now we search in priority with the GUI language, and then the
language(s) specified in the LANGUAGES environment variable.
Preoviously, the GUI language would only be considered when
LANGUAGES was not set (which was a bug).

Take this opportunity to remove old compatibility code from 2007.
src/support/filetools.cpp