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/input_choice.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/input_choice.cxx') diff --git a/test/input_choice.cxx b/test/input_choice.cxx index 39fc40482..6f7471330 100644 --- a/test/input_choice.cxx +++ b/test/input_choice.cxx @@ -3,7 +3,7 @@ // // Test program for Fl_Input_Choice // -// 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 @@ -40,7 +40,6 @@ void input_choice_cb(Fl_Widget*,void*data) { } int main(int argc, char **argv) { - Fl::scheme("plastic"); // optional Fl_Window win(300, 200); Fl_Input_Choice in(40,40,100,28,"Test"); -- cgit v1.2.3