Ignore:
Timestamp:
Jan 27, 2013, 12:56:11 AM (12 years ago)
Author:
alloc
Message:

AEI2 0.99h:

  • Added message when manually checking for updates and none found
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java

    r651 r656  
    272272                                                execUpdates = null;
    273273                                        }
     274                                } else {
     275                                        if (evtSource != this) {
     276                                                JOptionPane.showMessageDialog(this,
     277                                                                bundle.getString("updatesNotAvailable.text"),
     278                                                                bundle.getString("updatesNotAvailable.title"),
     279                                                                JOptionPane.INFORMATION_MESSAGE);
     280                                        }
    274281                                }
    275282                        }
Note: See TracChangeset for help on using the changeset viewer.