Ticket #6409: proreldel.patch

File proreldel.patch, 768 bytes (added by bilbo, 2 years ago)

Patch to add "do not ask again" checkbox

  • src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

     
    967969                    new String[] {tr("Delete from relation"), tr("Cancel")}); 
    968970            ed.setButtonIcons(new String[] {"dialogs/delete.png", "cancel.png"}); 
    969971            ed.setContent(tr("Really delete selection from relation {0}?", cur.getDisplayName(DefaultNameFormatter.getInstance()))); 
     972            ed.toggleEnable("delete_from_relation"); 
    970973            ed.showDialog(); 
    971974 
    972975            if(ed.getValue() != 1)