mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 16:36:15 +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()) {
|
if (f.isDirectory()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return FilenameUtils.isExtension(f.getName(), ".vhd");
|
return FilenameUtils.isExtension(f.getName(), "vhd");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "sample_image.vhd"; //NON-NLS
|
return "sparse_image.vhd"; //NON-NLS
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user