Changeset 29954 in osm
- Timestamp:
- 2013-09-24T11:26:48+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convstyle.pl
r29943 r29954 23 23 elsif($line =~ /colour="([^"]+)#/) 24 24 { 25 print "/* color $1 */ tr(\"$1\");\n"; 25 my $c = $1; 26 my $co = $1; 27 $c =~ s/[^a-z0-9]+/./g; 28 print "/* color $co */ tr(\"$c\");\n"; 26 29 } 27 30 else
Note:
See TracChangeset
for help on using the changeset viewer.