Changeset 19105 in josm for trunk/src/org
- Timestamp:
- 2024-06-13T17:55:49+02:00 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHook.java
r19103 r19105 402 402 if (missingArguments.length() > 0) { 403 403 final String args = missingArguments.toString(); 404 messages.add(tr("Missing JVM Arguments:<br>{0} ", args));404 messages.add(tr("Missing JVM Arguments:<br>{0}<br>These arguments should be added in the command line or start script before the -jar parameter.", args)); 405 405 } 406 406 if (!messages.isEmpty()) {
Note:
See TracChangeset
for help on using the changeset viewer.