From: mfranz Date: Sat, 4 Feb 2006 13:06:47 +0000 (+0000) Subject: make room for more font specifications in style files X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e51cd8eaf59c3e75ff3126f613257bf77cf873cb;p=flightgear.git make room for more font specifications in style files --- diff --git a/src/GUI/new_gui.cxx b/src/GUI/new_gui.cxx index 5f762dcb7..f8528dfbf 100644 --- a/src/GUI/new_gui.cxx +++ b/src/GUI/new_gui.cxx @@ -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++) {