Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/plugins/PluginSelection.java
- Timestamp:
- 30.08.2009 19:07:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginSelection.java
r1860 r2017 38 38 import org.openstreetmap.josm.Main; 39 39 import org.openstreetmap.josm.gui.ExtendedDialog; 40 import org.openstreetmap.josm.gui.OptionPaneUtil;41 40 import org.openstreetmap.josm.tools.OpenBrowser; 42 41 … … 50 49 int count = PluginDownloader.downloadDescription(); 51 50 if (count > 0) { 52 OptionPaneUtil.showMessageDialog(Main.parent,51 JOptionPane.showMessageDialog(Main.parent, 53 52 trn("Downloaded plugin information from {0} site", 54 53 "Downloaded plugin information from {0} sites", count, count), … … 57 56 ); 58 57 } else { 59 OptionPaneUtil.showMessageDialog(58 JOptionPane.showMessageDialog( 60 59 Main.parent, 61 60 tr("No plugin information found."), … … 90 89 } 91 90 if (toUpdate.isEmpty()) { 92 OptionPaneUtil.showMessageDialog(91 JOptionPane.showMessageDialog( 93 92 Main.parent, 94 93 tr("All installed plugins are up to date."), … … 350 349 if(err > 0) 351 350 { 352 OptionPaneUtil.showMessageDialog(351 JOptionPane.showMessageDialog( 353 352 Main.parent, 354 353 tr("Error reading plugin information file: {0}", f.getName()),
Note: See TracChangeset
for help on using the changeset viewer.
