Changeset 1271 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-01-16T12:32:11+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java
r1195 r1271 104 104 String text = AboutAction.getTextBlock(); 105 105 String pl = Main.pref.get("plugins"); 106 text += "Java version: " + System.getProperty("java.version")+"\n"; 106 107 if(pl != null && pl.length() != 0) 107 108 text += "Plugins: "+pl+"\n"; … … 162 163 if (c.contains("wmsplugin.") || c.contains(".WMSLayer")) 163 164 return "wmsplugin"; 164 if (c.contains("landsat.") || c.contains(".LandsatLayer"))165 return "landsat";166 165 if (c.contains("livegps.")) 167 166 return "livegps"; 168 if (c.contains("mappaint."))169 return "mappaint";170 if (c.contains("annotationtester."))171 return "annotation-tester";172 167 if (c.startsWith("UtilsPlugin.")) 173 168 return "UtilsPlugin";
Note:
See TracChangeset
for help on using the changeset viewer.