Correct initialization value for font_norm_type.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1340 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2001-01-17 14:42:33 +00:00
parent 46b37aa369
commit 4b2b0c62b1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-01-17 Dekel Tsur <dekelts@tau.ac.il>
* lyxrc.C (setDefaults): Correct initialization value for
font_norm_type.
2001-01-15 Dekel Tsur <dekelts@tau.ac.il>
* BufferView2.C (gotoInset): New method. Replaces gotoNote() and

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;