* remove redundant folder icon
This commit is contained in:
parent
0d1072a9c4
commit
4341b2053e
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 |
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue