* fix syntax error

This commit is contained in:
Reinhard Pointner 2012-05-31 12:08:13 +00:00
parent bae212cb5e
commit 19b6dd47d2
1 changed files with 1 additions and 1 deletions

View File

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