Ignore:
Timestamp:
2014-01-02T01:23:15+01:00 (12 years ago)
Author:
simon04
Message:

see #8969 - add "Do not show again (this operation)" for "Really delete selection from relation"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ExtendedDialog.java

    r6594 r6595  
    370370
    371371        if (toggleable) {
    372             togglePanel = new ConditionalOptionPaneUtil.MessagePanel(null, false);
     372            togglePanel = new ConditionalOptionPaneUtil.MessagePanel(null, ConditionalOptionPaneUtil.isInBulkOperation(togglePref));
    373373            gc.gridx = icon != null ? 1 : 0;
    374374            gc.gridy = y++;
Note: See TracChangeset for help on using the changeset viewer.