Ignore:
Timestamp:
2011-08-11T00:26:21+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6680, fix #6677 - i18n issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java

    r3510 r4310  
    226226        if (!completeWayTags.isApplicableToPrimitive() || !parentRelations.isEmpty()) {
    227227            dialog.setVisible(true);
    228             if (dialog.isCancelled())
     228            if (dialog.isCanceled())
    229229                throw new UserCancelException();
    230230        }
Note: See TracChangeset for help on using the changeset viewer.