diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-10-11 03:12:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-10-11 03:12:15 +0000 |
| commit | b5b97b305f7047b60de5d2f9004935cb690ce37c (patch) | |
| tree | 5880822521176138b0f3d7e7d612193effc73e2d /test/tiled_image.cxx | |
| parent | 367c40a9b70356764fa11cd40182a25aa6138e69 (diff) | |
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
Diffstat (limited to 'test/tiled_image.cxx')
| -rw-r--r-- | test/tiled_image.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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(); |
