* remove redundant folder icon

This commit is contained in:
Reinhard Pointner 2015-11-23 22:12:05 +00:00
parent 0d1072a9c4
commit 4341b2053e
8 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 979 B

View File

@ -369,7 +369,7 @@ class BindingDialog extends JDialog {
};
protected final Action selectFileAction = new AbstractAction("Select Media File", ResourceManager.getIcon("action.folder")) {
protected final Action selectFileAction = new AbstractAction("Select Media File", ResourceManager.getIcon("action.load")) {
@Override
public void actionPerformed(ActionEvent evt) {

View File

@ -678,7 +678,7 @@ public class FormatDialog extends JDialog {
}
};
protected final Action selectFolderAction = new AbstractAction("Change Folder", ResourceManager.getIcon("action.folder")) {
protected final Action selectFolderAction = new AbstractAction("Change Folder", ResourceManager.getIcon("action.load")) {
@Override
public void actionPerformed(ActionEvent evt) {

View File

@ -127,7 +127,7 @@ class HistoryDialog extends JDialog {
content.add(createScrollPaneGroup("Elements", elementTable), "growx, wrap paragraph");
// use ADD by default
Action importAction = new LoadAction("Import", ResourceManager.getIcon("action.folder"), importHandler) {
Action importAction = new LoadAction("Import", ResourceManager.getIcon("action.load"), importHandler) {
@Override
public TransferAction getTransferAction(ActionEvent evt) {

View File

@ -342,7 +342,7 @@ public class PresetEditor extends JDialog {
return result;
}
private final Action selectInputFolder = new AbstractAction("Select Input Folder", ResourceManager.getIcon("action.folder")) {
private final Action selectInputFolder = new AbstractAction("Select Input Folder", ResourceManager.getIcon("action.load")) {
@Override
public void actionPerformed(ActionEvent evt) {