]> git.lyx.org Git - lyx.git/commitdiff
GuiFontLoader.cpp: forgot this in r34941
authorUwe Stöhr <uwestoehr@web.de>
Sat, 17 Jul 2010 16:16:47 +0000 (16:16 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 17 Jul 2010 16:16:47 +0000 (16:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34944 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiFontLoader.cpp

index 9cd51c25f78e8d026a27a0cb7a2923c3fdec1208..a09e113bc5064a59129b64cc9e1561bdcbd0d65e 100644 (file)
@@ -36,7 +36,7 @@ using namespace std;
 using namespace lyx::support;
 
 QString const math_fonts[] = {"cmex10", "cmmi10", "cmr10", "cmsy10",
-       "eufm10", "msam10", "msbm10", "wasy10", "esint10"};
+       "esint10", "eufm10", "msam10", "msbm10", "rsfs10", "wasy10"};
 int const num_math_fonts = sizeof(math_fonts) / sizeof(*math_fonts);
 
 namespace lyx {