Author: AlbrechtS Date: 2012-05-05 09:07:12 -0700 (Sat, 05 May 2012) New Revision: 9449 Log: Fixed typo (filename case).
Modified: branches/branch-3.0/fluid1/Fl_Function_Type.cxx branches/branch-3.0/fluid1/Fl_Group_Type.cxx Modified: branches/branch-3.0/fluid1/Fl_Function_Type.cxx =================================================================== --- branches/branch-3.0/fluid1/Fl_Function_Type.cxx 2012-05-05 16:02:14 UTC (rev 9448) +++ branches/branch-3.0/fluid1/Fl_Function_Type.cxx 2012-05-05 16:07:12 UTC (rev 9449) @@ -26,7 +26,7 @@ // #include <FL/Fl.H> -#include <FL/fl_ask.h> +#include <FL/fl_ask.H> #include <FL/Fl_Preferences.H> #include <FL/Fl_File_Chooser.H> #include "Fl_Type.h" Modified: branches/branch-3.0/fluid1/Fl_Group_Type.cxx =================================================================== --- branches/branch-3.0/fluid1/Fl_Group_Type.cxx 2012-05-05 16:02:14 UTC (rev 9448) +++ branches/branch-3.0/fluid1/Fl_Group_Type.cxx 2012-05-05 16:07:12 UTC (rev 9449) @@ -33,7 +33,7 @@ #include <FL/Fl.H> #include <FL/Fl_Group.H> #include <FL/Fl_Table.H> -#include <FL/fl_ask.h> +#include <FL/fl_ask.H> #include "Fl_Widget_Type.h" #include "../src/fltk3/flstring.h" _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
