From ad8c0df2516d414b4653ff6ed46640a29d29e383 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 25 Oct 2011 15:43:11 +0000 Subject: [PATCH] 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 --- src/tex2lyx/preamble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2