Changeset 7736 in josm for trunk/geticons.pl


Ignore:
Timestamp:
2014-11-19T22:46:34+01:00 (10 years ago)
Author:
stoecker
Message:

exclude some recently removed icons from distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geticons.pl

    r7670 r7736  
    4343        ++$icons{$img};
    4444      }
    45       if($l =~ /ImageProvider\.get\(\"([^\"]*?)\"\)/)
     45      if($l =~ /ImageProvider(?:\.get)?\(\"([^\"]*?)\"\)/)
    4646      {
    4747        my $i = $1;
     48        $i = "styles/standard/$i" if $i eq "misc/no_icon.png";
    4849        ++$icons{$i};
    4950      }
Note: See TracChangeset for help on using the changeset viewer.