Ignore:
Timestamp:
17.06.2009 10:04:22 (3 years ago)
Author:
stoecker
Message:

remove all these ugly tab stops introduced in the last half year

File:
1 edited

Legend:

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

    r1397 r1677  
    8080                        tr("There are unsaved changes. Delete the layer anwyay?"), 
    8181                        new String[] {tr("Delete Layer"), tr("Cancel")}, 
    82                         new String[] {"dialogs/delete.png", "cancel.png"}).getValue();  
     82                        new String[] {"dialogs/delete.png", "cancel.png"}).getValue(); 
    8383 
    8484                    if(result != 1) return; 
Note: See TracChangeset for help on using the changeset viewer.