]> git.lyx.org Git - features.git/commitdiff
Correct initialization value for font_norm_type.
authorDekel Tsur <dekelts@tau.ac.il>
Wed, 17 Jan 2001 14:42:33 +0000 (14:42 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Wed, 17 Jan 2001 14:42:33 +0000 (14:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1340 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyxrc.C

index c4c65d1e6c5061abe26fc42a97cb02d72c1ee56a..6af8ff0f230e640d660e2fd13a605c916f62ee93 100644 (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
index 58eda541fb822f565b9c41c07e482a9798352745..bc105fa0eaf5f7ace20c2d7ab65997a6a91811c8 100644 (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;