Changeset 29954 in osm


Ignore:
Timestamp:
2013-09-24T11:26:48+02:00 (11 years ago)
Author:
stoecker
Message:

fix color names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/convstyle.pl

    r29943 r29954  
    2323  elsif($line =~ /colour="([^"]+)#/)
    2424  {
    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";
    2629  }
    2730  else
Note: See TracChangeset for help on using the changeset viewer.