Changeset 6971
- Timestamp:
- 09/22/10 10:34:37 (9 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/components/loci-plugins/src/loci/plugins/in/UpgradeDialog.java
r6669 r6971 79 79 80 80 if (options.doUpgradeCheck()) { 81 BF.status(false, "Checking for new version...");81 BF.status(false, "Checking for new stable version..."); 82 82 if (Updater.newVersionAvailable()) { 83 83 boolean doUpgrade = IJ.showMessageWithCancel("", -
trunk/components/loci-plugins/src/loci/plugins/in/UpgradeDialog.java
r6881 r6971 79 79 80 80 if (options.doUpgradeCheck()) { 81 BF.status(false, "Checking for new version...");81 BF.status(false, "Checking for new stable version..."); 82 82 if (Updater.newVersionAvailable()) { 83 83 boolean doUpgrade = IJ.showMessageWithCancel("",
Note: See TracChangeset
for help on using the changeset viewer.