Changeset 26654 in osm for applications/editors/josm/i18n/convwms.pl
- Timestamp:
- 2011-09-16T11:51:19+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convwms.pl
r26593 r26654 36 36 my $val = $1; 37 37 $val =~ s/&/&/g; 38 print "/* $line */ tr(\"$ 1\");\n";38 print "/* $line */ tr(\"$val\");\n"; 39 39 } 40 40 else
Note:
See TracChangeset
for help on using the changeset viewer.