From b5b97b305f7047b60de5d2f9004935cb690ce37c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 11 Oct 2006 03:12:15 +0000 Subject: Make sure all of the demos use the scheme, and add a scheme chooser to the demo program. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5519 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/tiled_image.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/tiled_image.cxx') diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx index 90feef767..0a3d86864 100644 --- a/test/tiled_image.cxx +++ b/test/tiled_image.cxx @@ -3,7 +3,7 @@ // // Fl_Tiled_Image test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -90,7 +90,6 @@ int main(int argc, char **argv) { Fl_Button b(340,365,50,25,"Close"); ::b = &b; b.callback(button_cb); - b.box(FL_PLASTIC_UP_BOX); group.end(); -- cgit v1.2.3