diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-23 03:40:51 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-23 03:40:51 +0000 |
| commit | 6be2be6d436eaae5579c8816d0c0d4cab0c2c7b5 (patch) | |
| tree | 5a1060a8c4fce44a49065638a6acab2e8f286bb5 /test/message.cxx | |
| parent | c868f3d88640b9d3edd2026bf879e70e34829893 (diff) | |
Demo updates (so they all will use the default scheme)
Added show(argc, argv) method to Fl_Help_Dialog.
Don't clear tab area in Fl_Tabs...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/message.cxx')
| -rw-r--r-- | test/message.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/message.cxx b/test/message.cxx index 9c476dcf4..1b5564554 100644 --- a/test/message.cxx +++ b/test/message.cxx @@ -1,5 +1,5 @@ // -// "$Id: message.cxx,v 1.5.2.3.2.1 2001/12/12 21:33:34 easysw Exp $" +// "$Id: message.cxx,v 1.5.2.3.2.2 2001/12/23 03:40:51 easysw Exp $" // // Message test program for the Fast Light Tool Kit (FLTK). // @@ -29,6 +29,7 @@ #include <stdio.h> int main(int, char **) { + Fl::scheme(NULL); fl_message("Spelling check sucessfull, %d errors found with %g%% confidence", 1002, 100*(15/77.0)); @@ -54,5 +55,5 @@ int main(int, char **) { } // -// End of "$Id: message.cxx,v 1.5.2.3.2.1 2001/12/12 21:33:34 easysw Exp $". +// End of "$Id: message.cxx,v 1.5.2.3.2.2 2001/12/23 03:40:51 easysw Exp $". // |
