- Timestamp:
- 2019-03-12T00:36:05+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/UploadSelectionDialog.java
r14658 r14880 263 263 class CancelAction extends AbstractAction { 264 264 CancelAction() { 265 putValue(Action.SHORT_DESCRIPTION, tr("Cancel uploading"));266 265 putValue(Action.NAME, tr("Cancel")); 267 266 new ImageProvider("cancel").getResource().attachImageIcon(this); … … 279 278 class ContinueAction extends AbstractAction implements ListSelectionListener { 280 279 ContinueAction() { 281 putValue(Action.SHORT_DESCRIPTION, tr("Continue uploading"));282 280 putValue(Action.NAME, tr("Continue")); 283 new ImageProvider(" upload").getResource().attachImageIcon(this);281 new ImageProvider("ok").getResource().attachImageIcon(this); 284 282 updateEnabledState(); 285 283 }
Note:
See TracChangeset
for help on using the changeset viewer.