Changeset 2081 in josm for trunk/src/org/openstreetmap/josm/actions/AboutAction.java
- Timestamp:
- 08.09.2009 22:56:02 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AboutAction.java
r2017 r2081 61 61 manifest = true; 62 62 u = new URL("jar:" + Main.class.getProtectionDomain().getCodeSource().getLocation().toString() 63 + "!/META-INF/MANIFEST.MF");63 + "!/META-INF/MANIFEST.MF"); 64 64 } catch (MalformedURLException e) { 65 65 e.printStackTrace();
Note: See TracChangeset
for help on using the changeset viewer.
