Changeset 13055 in osm for applications/editors/josm
- Timestamp:
- 2009-01-09T10:04:33+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/usertools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/usertools/build.xml
r12910 r13055 31 31 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 32 32 <attribute name="Plugin-Description" value="Tools to help work with authors/users.<br> Used with the author panel alt-a).<br> Opens up user profile and selects user's stuff on the map" /> 33 <attribute name="Plugin-Mainversion" value="1 180" />33 <attribute name="Plugin-Mainversion" value="1213" /> 34 34 </manifest> 35 35 </jar> -
applications/editors/josm/plugins/usertools/src/usertools/UserToolsPlugin.java
r12910 r13055 111 111 if (!name.equals("0")){ 112 112 SearchAction.SearchMode mode = SearchAction.SearchMode.replace; 113 SearchAction.search(name, mode, false );113 SearchAction.search(name, mode, false,false); 114 114 } 115 115 }
Note:
See TracChangeset
for help on using the changeset viewer.