diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/pixmap_browser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx index 4df8c1fed..6841fe943 100644 --- a/test/pixmap_browser.cxx +++ b/test/pixmap_browser.cxx @@ -88,7 +88,7 @@ void file_cb(const char *n) { void button_cb(Fl_Widget *,void *) { fl_file_chooser_callback(file_cb); - fl_file_chooser("Image file?","*.{bm,bmp,gif,jpg,pbm,pgm,png,ppm,xbm,xpm}", name); + puts(fl_file_chooser("Image file?","*.{bm,bmp,gif,jpg,pbm,pgm,png,ppm,xbm,xpm}", name)); fl_file_chooser_callback(0); } |
