Changeset 205 in josm for src/org/openstreetmap/josm/tools
- Timestamp:
- 2007-04-03T13:49:40+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java
r202 r205 65 65 JOptionPane.YES_NO_OPTION); 66 66 if (answer == JOptionPane.OK_OPTION) { 67 plugins.remove(pluginName) ;67 while (plugins.remove(pluginName)) {} 68 68 String p = ""; 69 69 for (String s : plugins) … … 157 157 if (c.contains("landsat.") || c.contains(".LandsatLayer")) 158 158 return "landsat"; 159 if (c.contains("livegps.")) 160 return "livegps"; 159 161 if (c.contains("mappaint.")) 160 162 return "mappaint";
Note:
See TracChangeset
for help on using the changeset viewer.