Changeset 14355 in josm for trunk/src/org
- Timestamp:
- 2018-10-22T21:16:03+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/UploadDialog.java
r14257 r14355 9 9 import java.awt.Dimension; 10 10 import java.awt.FlowLayout; 11 import java.awt.GraphicsEnvironment;12 11 import java.awt.GridBagLayout; 13 12 import java.awt.event.ActionEvent; … … 478 477 tr("Ignore this hint and upload anyway")}; 479 478 480 if (GraphicsEnvironment.isHeadless()) {481 return false;482 }483 484 479 ExtendedDialog dlg = new ExtendedDialog((Component) dialog, title, buttonTexts) { 485 480 @Override
Note:
See TracChangeset
for help on using the changeset viewer.