From e51cd8eaf59c3e75ff3126f613257bf77cf873cb Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 4 Feb 2006 13:06:47 +0000 Subject: [PATCH] make room for more font specifications in style files --- src/GUI/new_gui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- 2.39.5