Ignore:
Timestamp:
2017-09-06T02:03:14+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15229 - see #15182 - see #13036 - remove GUI stuff from Command and DeleteCommand

File:
1 edited

Legend:

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

    r12728 r12749  
    505505
    506506        // TODO: Only display this warning when nodes outside dataSourceArea are deleted
    507         boolean ok = Command.checkAndConfirmOutlyingOperation("joinarea", tr("Join area confirmation"),
     507        boolean ok = checkAndConfirmOutlyingOperation("joinarea", tr("Join area confirmation"),
    508508                trn("The selected way has nodes outside of the downloaded data region.",
    509509                    "The selected ways have nodes outside of the downloaded data region.",
Note: See TracChangeset for help on using the changeset viewer.