рефакторинг. вынес часть иконок в общую часть
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.Vector;
|
||||
public class DeleteDirectory extends ChangeFilePass {
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/Delete.png";
|
||||
return "/Common/icons/Delete.png";
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) {
|
||||
|
||||
Reference in New Issue
Block a user