Add "default" to language list. (fixes a crash).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22065 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2007-12-10 18:48:29 +00:00
parent 0fed233e69
commit 4a19c62134
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@ lang = {'afrikaans': ['afrikaans', 'Afrikaans', 'false', 'iso8859-1', 'af_ZA', '
'croatian': ['croatian', 'Croatian', 'false', 'iso8859-2', 'hr_HR', ''],
'czech': ['czech', 'Czech', 'false', 'iso8859-2', 'cs_CZ', ''],
'danish': ['danish', 'Danish', 'false', 'iso8859-1', 'da_DK', ''],
'default': ['default', 'default', 'false', 'iso8859-1', 'C', ''],
'dutch': ['dutch', 'Dutch', 'false', 'iso8859-1', 'nl_NL', ''],
'english': ['english', 'English', 'false', 'iso8859-1', 'en_US', ''],
'esperanto': ['esperanto', 'Esperanto', 'false', 'iso8859-3', 'eo', ''],

View File

@ -103,6 +103,9 @@ What's new
- Fix a crash when importing an older LyX file (version < 1.5.0) that
contains index entries with escaped umlauts (bug 4333).
- Fix a crash when importing an older LyX file (version 1.1) that used
the "default" language.
- Exit gracefully and give the user some information if LyX catches an
exception from an external program, such as iconv (part of bug 4385).