aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkplatform.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2008-12-19 15:24:50 -0300
committerJorge Arellano Cid <jcid@dillo.org>2008-12-19 15:24:50 -0300
commit74558a52464d46ddb788324e75263ee067626133 (patch)
tree80cdddfd16b77aff071f0dc535da24fc30a609a4 /dw/fltkplatform.cc
parente1e80b08f85c47bb865549f6eca2cc43fb8741b5 (diff)
Interim patch for CSS stylesheet loading. Not finished yet.
Diffstat (limited to 'dw/fltkplatform.cc')
-rw-r--r--dw/fltkplatform.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc
index e054cad2..94a5dd70 100644
--- a/dw/fltkplatform.cc
+++ b/dw/fltkplatform.cc
@@ -55,7 +55,7 @@ FltkFont::FltkFont (core::style::FontAttrs *attrs)
font = ::fltk::font(name, fa);
if(font == NULL) {
- fprintf(stderr, "No font '%s', using default sans-serif font.\n", name);
+ //fprintf(stderr, "No font '%s', using default sans-serif font.\n",name);
/*
* If using xft, fltk::HELVETICA just means sans, fltk::COURIER
* means mono, and fltk::TIMES means serif.