Merge pull request #3216 from millmanorama/accounts_relationships

reuse visualization tab in action button
This commit is contained in:
Richard Cordovano 2017-11-17 19:01:35 -05:00 committed by GitHub
commit 1f7e5adc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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