This commit is contained in:
Joe Ho 2019-05-08 15:40:54 -04:00
parent 6a090b36ec
commit 253ce2893d

View File

@ -64,12 +64,12 @@ public class LogicalImagerPanel extends JPanel implements DocumentListener {
if (f.isDirectory()) {
return true;
}
return FilenameUtils.isExtension(f.getName(), ".vhd");
return FilenameUtils.isExtension(f.getName(), "vhd");
}
@Override
public String getDescription() {
return "sample_image.vhd"; //NON-NLS
return "sparse_image.vhd"; //NON-NLS
}
};