Changeset 7736 in josm for trunk/geticons.pl
- Timestamp:
- 2014-11-19T22:46:34+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/geticons.pl
r7670 r7736 43 43 ++$icons{$img}; 44 44 } 45 if($l =~ /ImageProvider \.get\(\"([^\"]*?)\"\)/)45 if($l =~ /ImageProvider(?:\.get)?\(\"([^\"]*?)\"\)/) 46 46 { 47 47 my $i = $1; 48 $i = "styles/standard/$i" if $i eq "misc/no_icon.png"; 48 49 ++$icons{$i}; 49 50 }
Note:
See TracChangeset
for help on using the changeset viewer.