mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Merge pull request #3216 from millmanorama/accounts_relationships
reuse visualization tab in action button
This commit is contained in:
commit
1f7e5adc8f
@ -49,7 +49,7 @@ public final class OpenCommVisualizationToolAction extends CallableSystemAction
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final JButton toolbarButton = new JButton(getName(),
|
||||
new ImageIcon(getClass().getResource("images/email_link.png"))); //NON-NLS
|
||||
new ImageIcon(getClass().getResource("images/emblem-web24.png"))); //NON-NLS
|
||||
|
||||
public OpenCommVisualizationToolAction() {
|
||||
toolbarButton.addActionListener(actionEvent -> performAction());
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
x
Reference in New Issue
Block a user