mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Merge pull request #1604 from karlmortensen/removeOldOverride
Remove old override
This commit is contained in:
commit
3bcc4196fe
@ -28,7 +28,6 @@ import org.sleuthkit.autopsy.coreutils.Logger;
|
|||||||
import javax.swing.Action;
|
import javax.swing.Action;
|
||||||
import javax.swing.BoxLayout;
|
import javax.swing.BoxLayout;
|
||||||
import javax.swing.JOptionPane;
|
import javax.swing.JOptionPane;
|
||||||
import org.openide.util.ImageUtilities;
|
|
||||||
import org.openide.util.NbBundle;
|
import org.openide.util.NbBundle;
|
||||||
import org.openide.util.Utilities;
|
import org.openide.util.Utilities;
|
||||||
import org.openide.windows.Mode;
|
import org.openide.windows.Mode;
|
||||||
@ -186,12 +185,6 @@ final class IngestMessageTopComponent extends TopComponent {
|
|||||||
return TopComponent.PERSISTENCE_ALWAYS;
|
return TopComponent.PERSISTENCE_ALWAYS;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public java.awt.Image getIcon() {
|
|
||||||
return ImageUtilities.loadImage(
|
|
||||||
"org/sleuthkit/autopsy/ingest/eye-icon.png"); //NON-NLS
|
|
||||||
}
|
|
||||||
|
|
||||||
void writeProperties(java.util.Properties p) {
|
void writeProperties(java.util.Properties p) {
|
||||||
// better to version settings since initial version as advocated at
|
// better to version settings since initial version as advocated at
|
||||||
// http://wiki.apidesign.org/wiki/PropertyFiles
|
// http://wiki.apidesign.org/wiki/PropertyFiles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user