Changeset 7509 in josm for trunk/src/JOSM.java
- Timestamp:
- 2014-09-07T16:33:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/JOSM.java
r5829 r7509 4 4 /** 5 5 * JOSM main class (entry point of the application).<br/> 6 * 6 * 7 7 * The name of the main class will be the name of the application menu on OS X. 8 8 * so instead of exposing "org.openstreetmap.josm.gui.MainApplication" to the … … 10 10 * An alternative would be to set the name in the plist file---but JOSM usually 11 11 * is not delivered as an OS X Application Bundle, so we have no plist file. 12 * 12 * 13 13 * @since 1023 14 14 */
Note:
See TracChangeset
for help on using the changeset viewer.