Changeset 5813 in josm
- Timestamp:
- 2013-03-29T16:38:24+01:00 (12 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r5602 r5813 409 409 .addKeyword("type:relation", "type:relation ", tr("all relations")) 410 410 .addKeyword("closed", "closed ", tr("all closed ways")) 411 .addKeyword("untagged", "untagged ", tr("object without useful tags")) 411 412 , GBC.eol()); 412 413 right.add(new SearchKeywordRow(hcbSearchString) -
trunk/src/org/openstreetmap/josm/tools/TextTagParser.java
r5809 r5813 227 227 * Check tags for correctness and display warnings if needed 228 228 * @param tags - map key->value to check 229 * @return true if the tags shoul be pasted 229 * @return true if the tags should be pasted 230 230 */ 231 231 public static boolean validateTags(Map<String, String> tags) {
Note:
See TracChangeset
for help on using the changeset viewer.