Ignore:
Timestamp:
2009-06-17T10:04:22+02:00 (15 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/search/SearchAction.java

    r1641 r1677  
    8080
    8181        JPanel right = new JPanel();
    82         JLabel description = 
     82        JLabel description =
    8383        new JLabel("<html><ul>"
    8484                + "<li>"+tr("<b>Baker Street</b> - 'Baker' and 'Street' in any key or name.")+"</li>"
     
    110110        p.add(left);
    111111        p.add(right);
    112        
    113         int result = new ExtendedDialog(Main.parent, 
    114             tr("Search"), 
     112
     113        int result = new ExtendedDialog(Main.parent,
     114            tr("Search"),
    115115            p,
    116             new String[] {tr("Start Search"), tr("Cancel")}, 
    117             new String[] {"dialogs/search.png", "cancel.png"}).getValue(); 
     116            new String[] {tr("Start Search"), tr("Cancel")},
     117            new String[] {"dialogs/search.png", "cancel.png"}).getValue();
    118118        if(result != 1) return;
    119119
Note: See TracChangeset for help on using the changeset viewer.