]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel_io.cxx
whoops ... compile (this silly #define will be removed very soon)
[flightgear.git] / src / Cockpit / panel_io.cxx
index 6c624e2fce4fb48213f8f1a41e54c826f76a31f0..6fd0f23d60d0ef0d93ea1e3e7097d927af2be8f4 100644 (file)
@@ -491,7 +491,7 @@ readLayer (const SGPropertyNode * node, float w_scale, float h_scale)
     tlayer->setPointSize(pointSize);
 
                                // Set the font.
-    string fontName = node->getStringValue("font", "default");
+    string fontName = node->getStringValue("font", "Helvetica");
     tlayer->setFontName(fontName);
 
     const SGPropertyNode * chunk_group = node->getNode("chunks");