Changeset 5198 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2012-04-16T23:16:29+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r5063 r5198 257 257 258 258 final JPanel right; 259 if (Main.pref.getBoolean("dialog.search.new", false)) {259 if (Main.pref.getBoolean("dialog.search.new", true)) { 260 260 right = new JPanel(new GridBagLayout()); 261 261 buildHintsNew(right, hcbSearchString);
Note:
See TracChangeset
for help on using the changeset viewer.