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:
Dekel Tsur 2001-01-17 14:42:34 +00:00
parent a4cbd64c63
commit a16cbd0b7d

View File

@ -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;