#390 Reload list of fonts to import

This commit is contained in:
Honfika
2013-12-28 20:34:18 +01:00
parent b179dc6f8e
commit be58b498e8
4 changed files with 18 additions and 7 deletions
@@ -504,7 +504,7 @@ public class MainFrameRibbonMenu implements MainFrameMenu, ActionListener {
switch (e.getActionCommand()) {
case ACTION_RELOAD:
if (View.showConfirmDialog(null, translate("message.confirm.reload"), translate("message.warning"), JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE) == JOptionPane.YES_OPTION) {
Main.reloadSWFs();
Main.reloadApp();
}
break;
case ACTION_ADVANCED_SETTINGS: