Changeset 5198 in josm


Ignore:
Timestamp:
Apr 16, 2012 11:16:29 PM (13 months ago)
Author:
simon04
Message:

see #7230 - make alternative search dialog default (for testing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java

    r5063 r5198  
    257257 
    258258        final JPanel right; 
    259         if (Main.pref.getBoolean("dialog.search.new", false)) { 
     259        if (Main.pref.getBoolean("dialog.search.new", true)) { 
    260260            right = new JPanel(new GridBagLayout()); 
    261261            buildHintsNew(right, hcbSearchString); 
Note: See TracChangeset for help on using the changeset viewer.