mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 03:50:52 +00:00
#390 Reload list of fonts to import
This commit is contained in:
@@ -366,7 +366,7 @@ public class MainFrameClassicMenu 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:
|
||||
|
||||
Reference in New Issue
Block a user