aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
Diffstat (limited to 'dw')
-rw-r--r--dw/fltkplatform.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc
index 62f2daba..a949f217 100644
--- a/dw/fltkplatform.cc
+++ b/dw/fltkplatform.cc
@@ -161,7 +161,7 @@ void FltkFont::initSystemFonts ()
if (t & FL_BOLD)
strstrip(name, " bold");
- MSG("Found font: %s%s%s\n", name, t & FL_BOLD ? " bold" : "",
+ _MSG("Found font: %s%s%s\n", name, t & FL_BOLD ? " bold" : "",
t & FL_ITALIC ? " italic" : "");
object::String *familyName = new object::String(name);