Changeset 3370 in josm


Ignore:
Timestamp:
2010-07-08T18:50:09+02:00 (14 years ago)
Author:
stoecker
Message:

small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geticons.pl

    r3369 r3370  
    3131      {
    3232        my $img = "styles/standard/$1";
    33         $img = "styles/$1" if((!-f "images/$a") && -f "images/styles/$1");
    34         ++$icons{$a};
     33        $img = "styles/$1" if((!-f "images/$img") && -f "images/styles/$1");
     34        ++$icons{$img};
    3535      }
    3636      elsif($l =~ /icon\s*=\s*["'](.*?)["']/)
Note: See TracChangeset for help on using the changeset viewer.