summaryrefslogtreecommitdiff
path: root/test/input_choice.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-10-11 03:12:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-10-11 03:12:15 +0000
commitb5b97b305f7047b60de5d2f9004935cb690ce37c (patch)
tree5880822521176138b0f3d7e7d612193effc73e2d /test/input_choice.cxx
parent367c40a9b70356764fa11cd40182a25aa6138e69 (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/input_choice.cxx')
-rw-r--r--test/input_choice.cxx3
1 files changed, 1 insertions, 2 deletions
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");