mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
fix typo
This commit is contained in:
parent
6a090b36ec
commit
253ce2893d
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user