From: Uwe Stöhr Date: Tue, 25 Oct 2011 15:43:11 +0000 (+0000) Subject: tex2lyx/preamble.cpp: correct a mistake from previous commit X-Git-Tag: 2.1.0beta1~2503 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ad8c0df2516d414b4653ff6ed46640a29d29e383;p=features.git tex2lyx/preamble.cpp: correct a mistake from previous commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39963 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 917fbabbd4..1b161addb5 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -175,7 +175,7 @@ string h_use_default_options = "false"; string h_options; string h_language = "english"; string h_language_package = "default"; -string h_fontencoding = "global"; +string h_fontencoding = "default"; string h_font_roman = "default"; string h_font_sans = "default"; string h_font_typewriter = "default";