1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-04 16:35:08 -05:00

* added icon to history panel close button

This commit is contained in:
Reinhard Pointner 2015-11-23 13:31:08 +00:00
parent 861b0e1b12
commit 54d50f0be4

View File

@ -319,7 +319,7 @@ class HistoryDialog extends JDialog {
return table; return table;
} }
private final Action closeAction = new AbstractAction("Close") { private final Action closeAction = new AbstractAction("Close", ResourceManager.getIcon("dialog.continue")) {
@Override @Override
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {