1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

* fix syntax error

This commit is contained in:
Reinhard Pointner 2012-05-31 12:08:13 +00:00
parent bae212cb5e
commit 19b6dd47d2

View File

@ -307,7 +307,7 @@ public class RenamePanel extends JComponent {
HistorySpooler.getInstance().commit(dialog.getModel());
}
}
}
};
protected static class ShowPopupAction extends AbstractAction {