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 /test/pixmap_browser.cxx | |
| 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 'test/pixmap_browser.cxx')
| -rw-r--r-- | test/pixmap_browser.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx index 9c0696e85..3e02e9f0a 100644 --- a/test/pixmap_browser.cxx +++ b/test/pixmap_browser.cxx @@ -1,5 +1,5 @@ // -// "$Id: pixmap_browser.cxx,v 1.5.2.4.2.1 2001/09/02 11:23:27 easysw Exp $" +// "$Id: pixmap_browser.cxx,v 1.5.2.4.2.2 2001/09/30 17:37:06 easysw Exp $" // // Another pixmap test program for the Fast Light Tool Kit (FLTK). // @@ -35,7 +35,7 @@ #include <stdio.h> #include <string.h> #include <errno.h> -#include <FL/fl_file_chooser.H> +#include <FL/Fl_File_Chooser.H> #include <FL/fl_message.H> Fl_Box *b; @@ -166,5 +166,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pixmap_browser.cxx,v 1.5.2.4.2.1 2001/09/02 11:23:27 easysw Exp $". +// End of "$Id: pixmap_browser.cxx,v 1.5.2.4.2.2 2001/09/30 17:37:06 easysw Exp $". // |
