[Bug #1056] Added default icon to Delete Milestone Command

FEA: ItEr74S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-05-06 16:35:04 +02:00
parent c0829c6983
commit 04bb4a2ad2

View file

@ -51,7 +51,7 @@ public class DeleteMilestoneCommand implements IDeleteMilestoneCommand {
@Override
public String getIcon() {
return null;
return "/common/img/ico_borrar.png";
}
@Override