summaryrefslogtreecommitdiff
path: root/fluid/Fl_Menu_Type.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-06 15:49:29 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-06 15:49:29 +0000
commit3924b60442272451c6c5518c336e4c6f0b91afcd (patch)
treec02e824ab2f138d72f9d4926f16fd9ac74de7096 /fluid/Fl_Menu_Type.cxx
parentf68b51a3f78922c547447db294fee8577447206a (diff)
Fixed another #include...
git-svn-id: file:///fltk/svn/fltk/trunk@135 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Menu_Type.cxx')
-rw-r--r--fluid/Fl_Menu_Type.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx
index 7fe0be62c..a0bdd0ece 100644
--- a/fluid/Fl_Menu_Type.cxx
+++ b/fluid/Fl_Menu_Type.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Menu_Type.cxx,v 1.5 1998/12/06 15:09:14 mike Exp $"
+// "$Id: Fl_Menu_Type.cxx,v 1.6 1998/12/06 15:45:26 mike Exp $"
//
// Menu item code for the Fast Light Tool Kit (FLTK).
//
@@ -149,7 +149,7 @@ const char* Fl_Menu_Item_Type::menu_name(int& i) {
return unique_id(t, "menu", t->name(), t->label());
}
-#include "Fluid_Image.H"
+#include "Fluid_Image.h"
void Fl_Menu_Item_Type::write_static() {
if (callback() && !is_name(callback())) {
@@ -477,7 +477,7 @@ Fl_Menu_Bar_Type Fl_Menu_Bar_type;
// Shortcut entry item in panel:
#include <FL/Fl_Output.H>
-#include "Shortcut_Button.H"
+#include "Shortcut_Button.h"
#include <FL/fl_draw.H>
void Shortcut_Button::draw() {
@@ -529,5 +529,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) {
}
//
-// End of "$Id: Fl_Menu_Type.cxx,v 1.5 1998/12/06 15:09:14 mike Exp $".
+// End of "$Id: Fl_Menu_Type.cxx,v 1.6 1998/12/06 15:45:26 mike Exp $".
//