|
|
@ -101,7 +101,8 @@ public class UpmFinder { |
|
|
|
|
|
|
|
|
|
|
|
private static void showUpdatePane() { |
|
|
|
private static void showUpdatePane() { |
|
|
|
JOptionPane.showMessageDialog(DesignerContext.getDesignerFrame(), Toolkit.i18nText("Fine-Design_Update_Info_Plugin_Message")); |
|
|
|
JOptionPane.showMessageDialog(DesignerContext.getDesignerFrame(), Toolkit.i18nText("Fine-Design_Update_Info_Plugin_Message")); |
|
|
|
if (!GeneralContext.getLocale().equals(Locale.JAPAN)) { |
|
|
|
if (!GeneralContext.getLocale().equals(Locale.JAPANESE) && !GeneralContext.getLocale().equals(Locale.JAPAN) |
|
|
|
|
|
|
|
&& !Locale.getDefault().equals(Locale.JAPAN) && !Locale.getDefault().equals(Locale.JAPANESE)) { |
|
|
|
UpdateMainDialog dialog = new UpdateMainDialog(DesignerContext.getDesignerFrame()); |
|
|
|
UpdateMainDialog dialog = new UpdateMainDialog(DesignerContext.getDesignerFrame()); |
|
|
|
dialog.setAutoUpdateAfterInit(); |
|
|
|
dialog.setAutoUpdateAfterInit(); |
|
|
|
dialog.showDialog(); |
|
|
|
dialog.showDialog(); |
|
|
|