diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-11-06 09:55:36 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-11-06 09:55:36 +0000 |
| commit | 8bcfae7b114e035fcebf2a09e6cfa87ad5ce1b97 (patch) | |
| tree | 01871482b9ae1d5d4bec57930c115a161979205f | |
| parent | 79015a71f72472b2bbc4235ec62e93119fd57a51 (diff) | |
Undid previous test change.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4640 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | test/buttons.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/buttons.cxx b/test/buttons.cxx index bacb28f4f..752ca1d56 100644 --- a/test/buttons.cxx +++ b/test/buttons.cxx @@ -46,8 +46,7 @@ int main(int argc, char ** argv) { new Fl_Round_Button(150,50,160,30,"Fl_Round_Button"); new Fl_Check_Button(150,90,160,30,"Fl_Check_Button"); window->end(); - //window->show(argc,argv); - window->show(); + window->show(argc,argv); return Fl::run(); } |
