diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 17:37:06 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 17:37:06 +0000 |
| commit | 74bb2305cbcaca5016a07f2e0b369d25bc3c98a5 (patch) | |
| tree | 13d26af11e760e78396fe2a689a6c4caa39b96a5 /FL/forms.H | |
| parent | f5f0d8a013ef84df176604357b20eff933ed6abe (diff) | |
Fl_File_Chooser.H and fl_file_chooser.H need to be the same...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1622 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/forms.H')
| -rw-r--r-- | FL/forms.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/forms.H b/FL/forms.H index 4fac20518..5c26c4fd8 100644 --- a/FL/forms.H +++ b/FL/forms.H @@ -1,5 +1,5 @@ // -// "$Id: forms.H,v 1.7.2.7 2001/05/30 16:18:33 spitzak Exp $" +// "$Id: forms.H,v 1.7.2.7.2.1 2001/09/30 17:37:06 easysw Exp $" // // Forms emulation header file for the Fast Light Tool Kit (FLTK). // @@ -668,7 +668,7 @@ inline int fl_show_choices(const char* c,int n,const char* b1,const char* b2, } #include "filename.H" -#include "fl_file_chooser.H" +#include "Fl_File_Chooser.H" inline int do_matching(char* a, const char* b) {return filename_match(a,b);} // Forms-compatable file chooser (implementation in fselect.C): @@ -838,5 +838,5 @@ inline void fl_draw() {Fl::flush();} #endif /* define __FORMS_H__ */ // -// End of "$Id: forms.H,v 1.7.2.7 2001/05/30 16:18:33 spitzak Exp $". +// End of "$Id: forms.H,v 1.7.2.7.2.1 2001/09/30 17:37:06 easysw Exp $". // |
