Changeset 2981 in josm
- Timestamp:
- 2010-02-14T14:31:15+01:00 (15 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 4 deleted
- 1 edited
- 1 copied
- 28 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/geticons.pl
r2967 r2981 88 88 ++$icons{$i}; 89 89 } 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 } 90 96 if($l =~ /audiotracericon\",\s*\"(.*?)\"/s) 91 97 { … … 149 155 my %haveicons; 150 156 151 for($i = 0; my @ifiles = glob("images".("/*" x $i).".png"); ++$i)157 for($i = 1; my @ifiles = glob("images".("/*" x $i).".png"); ++$i) 152 158 { 153 159 for my $ifile (sort @ifiles)
Note:
See TracChangeset
for help on using the changeset viewer.