mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
* fix missing button label
This commit is contained in:
parent
31a2df2c91
commit
c041e851d6
@ -205,7 +205,7 @@ public class FormatDialog extends JDialog {
|
||||
content.add(help, "growx, wrap 25px:push");
|
||||
|
||||
if (lockOnBinding == null) {
|
||||
content.add(createImageButton(switchEditModeAction), "tag left");
|
||||
content.add(new JButton(switchEditModeAction), "tag left");
|
||||
}
|
||||
content.add(new JButton(approveFormatAction), "tag apply");
|
||||
content.add(new JButton(cancelAction), "tag cancel");
|
||||
|
Loading…
x
Reference in New Issue
Block a user