Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java
- Timestamp:
- 30.08.2009 19:07:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java
r1860 r2017 28 28 import org.openstreetmap.josm.actions.AboutAction; 29 29 import org.openstreetmap.josm.gui.ExtendedDialog; 30 import org.openstreetmap.josm.gui.OptionPaneUtil;31 30 import org.openstreetmap.josm.gui.PleaseWaitRunnable; 32 31 import org.xml.sax.SAXException; … … 51 50 @Override protected void finish() { 52 51 if (errors.length() > 0) { 53 OptionPaneUtil.showMessageDialog(52 JOptionPane.showMessageDialog( 54 53 Main.parent, 55 54 tr("There were problems with the following plugins:\n\n {0}",errors), … … 58 57 ); 59 58 } else { 60 OptionPaneUtil.showMessageDialog(59 JOptionPane.showMessageDialog( 61 60 Main.parent, 62 61 trn("{0} Plugin successfully downloaded. Please restart JOSM.", "{0} Plugins successfully downloaded. Please restart JOSM.", count, count),
Note: See TracChangeset
for help on using the changeset viewer.
