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/actions/OpenLocationAction.java

    r1415 r1677  
    4343        all.add(urltext, GBC.eol()); 
    4444        all.add(layer, GBC.eol()); 
    45         int answer = new ExtendedDialog(Main.parent,  
    46                         tr("Download Location"),  
     45        int answer = new ExtendedDialog(Main.parent, 
     46                        tr("Download Location"), 
    4747                        all, 
    48                         new String[] {tr("Download URL"), tr("Cancel")},  
    49                         new String[] {"download.png", "cancel.png"}).getValue();   
     48                        new String[] {tr("Download URL"), tr("Cancel")}, 
     49                        new String[] {"download.png", "cancel.png"}).getValue(); 
    5050        if (answer != 1) return; 
    5151        openUrl(layer.isSelected(), urltext.getText()); 
Note: See TracChangeset for help on using the changeset viewer.