рефакторинг. вынес часть иконок в общую часть
This commit is contained in:
@@ -9,7 +9,7 @@ import _VisualDVM.ProjectData.Files.DBProjectFile;
|
||||
public class DeleteFile extends ChangeFilePass<DBProjectFile> {
|
||||
@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