Changeset 2981 in josm


Ignore:
Timestamp:
Feb 14, 2010 2:31:15 PM (3 years ago)
Author:
stoecker
Message:

images cleanup

Location:
trunk
Files:
3 added
4 deleted
1 edited
1 copied
28 moved

Legend:

Unmodified
Added
Removed
  • trunk/geticons.pl

    r2967 r2981  
    8888        ++$icons{$i}; 
    8989      } 
     90      if($l =~ /super\(\s*trc\(\".*?\",\s*\".*?\"\),\s*\"(.*?)\"/s) 
     91      { 
     92        my $i = "$extends$1"; 
     93        $i .= ".png" if !($i =~ /\.png$/); 
     94        ++$icons{$i}; 
     95      } 
    9096      if($l =~ /audiotracericon\",\s*\"(.*?)\"/s) 
    9197      { 
     
    149155my %haveicons; 
    150156 
    151 for($i = 0; my @ifiles = glob("images".("/*" x $i).".png"); ++$i) 
     157for($i = 1; my @ifiles = glob("images".("/*" x $i).".png"); ++$i) 
    152158{ 
    153159  for my $ifile (sort @ifiles) 
Note: See TracChangeset for help on using the changeset viewer.