aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-07-24 22:17:57 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-07-24 22:17:57 +0200
commit6b787a09569a823e8ebaae8025c33e4ead9e306e (patch)
treeede6837f419f36c603b0cdd2a35333156fca8ac6 /dw
parent3d7044efae9e5fa7b4b6c0f9be4134b4cd51bfe9 (diff)
disable 'Found font:' messages
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);