24102411241224132414241524162417241824192420
return; } NamedCompound ce = new NamedCompound(Globals.lang("change type")); for (int i=0; i<bes.length; i++) { ce.addEdit(new UndoableChangeType(bes[i], bes[i].getType(), type)); bes[i].setType(type); }
829830831832833834835836837838839
} } // See if the user has changed the entry type: if (nu.getType() != entry.getType()) { compound.addEdit(new UndoableChangeType(entry, entry.getType(), nu.getType())); entry.setType(nu.getType()); anyChanged = true; changedType = true; }