Changeset 23091 in osm for applications/editors/josm/i18n/convstyle.pl
- Timestamp:
- 2010-09-10T09:59:47+02:00 (16 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/i18n/convstyle.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convstyle.pl
r13392 r23091 18 18 if($line =~ /<rules\s+name=(".*?")/) 19 19 { 20 print " tr($1);/* mappaint style named $1 */\n";20 print "/* mappaint style named $1 */ tr($1);\n"; 21 21 } 22 22 elsif($line =~ /colour="([^"]+)#/) 23 23 { 24 print " tr(\"$1\");/* color $1 */\n";24 print "/* color $1 */ tr(\"$1\");\n"; 25 25 } 26 26 else
Note:
See TracChangeset
for help on using the changeset viewer.
