diff options
Diffstat (limited to 'fluid/file.cxx')
| -rw-r--r-- | fluid/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/file.cxx b/fluid/file.cxx index d58995550..a62294203 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -403,7 +403,7 @@ int Fd_Project_Reader::read_project(const char *filename, int merge, Strategy st Fl_Type::current = 0; // Force menu items to be rebuilt... for (o = Fl_Type::first; o; o = o->next) { - if (o->is_a(Fl_Type::ID_Menu_Manager_)) { + if (o->is_a(ID_Menu_Manager_)) { o->add_child(0,0); } } |
