]> git.mxchange.org Git - flightgear.git/commitdiff
make room for more font specifications in style files
authormfranz <mfranz>
Sat, 4 Feb 2006 13:06:47 +0000 (13:06 +0000)
committermfranz <mfranz>
Sat, 4 Feb 2006 13:06:47 +0000 (13:06 +0000)
src/GUI/new_gui.cxx

index 5f762dcb751efad9440710d75f817a09b819fe74..f8528dfbf610c200f3003cfa7b0247cb9fa1ff9a 100644 (file)
@@ -311,7 +311,7 @@ NewGUI::setStyle (void)
     if (!n)
         n = sim->getChild("gui", 0, true);
 
-    setupFont(n->getNode("font", true));
+    setupFont(n->getNode("fonts/gui", true));
     n = n->getNode("colors", true);
 
     for (int i = 0; i < n->nChildren(); i++) {