Changeset 6141 for trunk/EDIT4/ED4_root.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ED4_root.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ED4_root.cxx
r6124 r6141 100 100 { 101 101 if (main_manager->update_info.delete_requested) { 102 main_manager->delete_requested_child s();102 main_manager->delete_requested_children(); 103 103 redraw = 1; 104 104 } … … 119 119 120 120 if (main_manager->update_info.delete_requested) { 121 main_manager->delete_requested_child s();121 main_manager->delete_requested_children(); 122 122 redraw = 1; 123 123 } … … 1414 1414 } 1415 1415 1416 if (ED4_window::no_of_windows == MAXWINDOWS) // no more th en 5 windows allowed1416 if (ED4_window::no_of_windows == MAXWINDOWS) // no more than 5 windows allowed 1417 1417 { 1418 1418 aw_message(GBS_global_string("Restricted to %i windows", MAXWINDOWS));
