mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 18:52:46 +00:00
Correct initialization value for font_norm_type.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1341 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a4cbd64c63
commit
a16cbd0b7d
@ -204,7 +204,7 @@ void LyXRC::setDefaults() {
|
||||
menu_font_name = "-*-helvetica-bold-r";
|
||||
popup_font_name = "-*-helvetica-medium-r";
|
||||
font_norm = "iso8859-1";
|
||||
font_norm_type = OTHER_ENCODING;
|
||||
font_norm_type = ISO_8859_1;
|
||||
font_norm_menu = "";
|
||||
override_x_deadkeys = true;
|
||||
autosave = 300;
|
||||
|
Loading…
Reference in New Issue
Block a user