Changeset 14750 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-04-25T23:36:36+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java
r14748 r14750 68 68 if(comment != null) { 69 69 if(comment.length() > 0) { 70 comment = addMesgInfo(comment); 70 71 commentAction.execute(getSelectedNode(), comment); 71 72 }
Note:
See TracChangeset
for help on using the changeset viewer.