Changeset 20633 in osm for applications/editors
- Timestamp:
- 2010-03-23T22:09:01+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions
- Files:
- 
      - 1 added
- 2 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.javar20622 r20633 101 101 pnl.add(new SideButton(new CancelAction())); 102 102 103 // FIXME: fix help topics 104 pnl.add(new SideButton(new ContextSensitiveHelpAction(ht("/Plugin/turnrestrictions")))); 103 pnl.add(new SideButton(new ContextSensitiveHelpAction(ht("/Plugins/turnrestrictions")))); 105 104 return pnl; 106 105 } 
- 
      applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingTurnRestrictionLegError.javar20622 r20633 34 34 switch(role){ 35 35 case FROM: 36 msg = tr("An OSM way with role <tt>from</t> is required in a turn restriction."); 36 msg = tr("An OSM way with role <tt>from</tt> is required in a turn restriction."); 37 37 break; 38 38 case TO: 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
