Changeset 8510 in josm for trunk/src/JOSM.java
- Timestamp:
- 2015-06-20T23:42:21+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/JOSM.java ΒΆ
r8509 r8510 8 8 * so instead of exposing "org.openstreetmap.josm.gui.MainApplication" to the 9 9 * user, we subclass it with a nicer name "JOSM". 10 * An alternative would be to set the name in the plist file---but JOSM usually 11 * is not delivered as an OS X Application Bundle, so we have no plist file. 10 * An alternative is to set the name in the plist file for the OS X Application Bundle. 12 11 * 13 12 * @since 1023 14 13 */ 15 public class JOSM extends MainApplication {} 14 public class JOSM extends MainApplication { 15 16 }
Note:
See TracChangeset
for help on using the changeset viewer.