diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-21 14:35:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-21 14:35:34 +0000 |
| commit | 707972408b72421508a391ccc1e5066d04f7bd5f (patch) | |
| tree | dfe473dada5a56ee6d92ff8287cdd6f42e3ff407 /test/forms.cxx | |
| parent | 128526fc282b69b2abcd0c24e6d042c9dea8c862 (diff) | |
Get rid of CR's in some files...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1887 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/forms.cxx')
| -rw-r--r-- | test/forms.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/forms.cxx b/test/forms.cxx index ba4731ff9..10fecd943 100644 --- a/test/forms.cxx +++ b/test/forms.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $" +// "$Id: forms.cxx,v 1.4.2.4.2.2 2001/12/21 14:35:34 easysw Exp $" // // Another forms demo for the Fast Light Tool Kit (FLTK). // @@ -60,9 +60,9 @@ static VN_struct btypes[]= {FL_ROUNDED3D_UPBOX,"rounded3d upbox"}, {FL_ROUNDED3D_DOWNBOX,"rounded3d downbox"}, {FL_OVAL3D_UPBOX,"oval3d upbox"}, - {FL_OVAL3D_DOWNBOX,"oval3d downbox"},
- {FL_PLASTIC_UP_BOX,"plastic upbox"},
- {FL_PLASTIC_DOWN_BOX,"plastic downbox"},
+ {FL_OVAL3D_DOWNBOX,"oval3d downbox"}, + {FL_PLASTIC_UP_BOX,"plastic upbox"}, + {FL_PLASTIC_DOWN_BOX,"plastic downbox"}, /* sentinel */ {-1} }; @@ -231,5 +231,5 @@ main (int argc, char *argv[]) } // -// End of "$Id: forms.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $". +// End of "$Id: forms.cxx,v 1.4.2.4.2.2 2001/12/21 14:35:34 easysw Exp $". // |
