Changeset 5598 in josm for trunk


Ignore:
Timestamp:
2012-11-24T11:19:40+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #8215 - Fix search operators ìndownloadedarea and allindownloadedarea

File:
1 edited

Legend:

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

    r5578 r5598  
    100100        private Collection<String> keywords = Arrays.asList("id", "version",
    101101                "changeset", "nodes", "tags", "areasize", "modified", "selected",
    102                 "incomplete", "untagged", "closed", "new", "indownloadarea",
    103                 "allindownloadarea", "inview", "allinview", "timestamp", "nth", "nth%");
     102                "incomplete", "untagged", "closed", "new", "indownloadedarea",
     103                "allindownloadedarea", "inview", "allinview", "timestamp", "nth", "nth%");
    104104
    105105        @Override
Note: See TracChangeset for help on using the changeset viewer.