Changeset 3368 in josm for trunk/geticons.pl
- Timestamp:
- 2010-07-08T18:40:00+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/geticons.pl
r2981 r3368 30 30 if($l =~ /src\s*=\s*["'](.*?)["']/) 31 31 { 32 ++$icons{"styles/standard/$1"}; 32 my $a = "styles/standard/$1"; 33 $a = "styles/$1" if((!-f "images/$a") && -f "images/styles/$1"); 34 ++$icons{$a}; 33 35 } 34 36 elsif($l =~ /icon\s*=\s*["'](.*?)["']/)
Note:
See TracChangeset
for help on using the changeset viewer.