]> git.lyx.org Git - features.git/commitdiff
tex2lyx/preamble.cpp: correct a mistake from previous commit
authorUwe Stöhr <uwestoehr@web.de>
Tue, 25 Oct 2011 15:43:11 +0000 (15:43 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 25 Oct 2011 15:43:11 +0000 (15:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39963 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 917fbabbd4ce4315aba262888c6e7df90ae5839c..1b161addb5cb70a66e621cc1a3cfc6381c3c768f 100644 (file)
@@ -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";