summaryrefslogtreecommitdiff
path: root/test/file_chooser.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-09-30 17:37:06 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-09-30 17:37:06 +0000
commit74bb2305cbcaca5016a07f2e0b369d25bc3c98a5 (patch)
tree13d26af11e760e78396fe2a689a6c4caa39b96a5 /test/file_chooser.cxx
parentf5f0d8a013ef84df176604357b20eff933ed6abe (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/file_chooser.cxx')
-rw-r--r--test/file_chooser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx
index 2e21ccd3d..886db8b1b 100644
--- a/test/file_chooser.cxx
+++ b/test/file_chooser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: file_chooser.cxx,v 1.4.2.3.2.2 2001/09/29 14:38:59 easysw Exp $"
+// "$Id: file_chooser.cxx,v 1.4.2.3.2.3 2001/09/30 17:37:06 easysw Exp $"
//
// File chooser test program for the Fast Light Tool Kit (FLTK).
//
@@ -27,7 +27,7 @@
#include <FL/Fl_Button.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Input.H>
-#include <FL/fl_file_chooser.H>
+#include <FL/Fl_File_Chooser.H>
#include <FL/Fl_File_Icon.H>
#include <stdio.h>
#include <string.h>
@@ -56,5 +56,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: file_chooser.cxx,v 1.4.2.3.2.2 2001/09/29 14:38:59 easysw Exp $".
+// End of "$Id: file_chooser.cxx,v 1.4.2.3.2.3 2001/09/30 17:37:06 easysw Exp $".
//