Changeset 3945 in josm


Ignore:
Timestamp:
2011-03-02T17:46:18+01:00 (13 years ago)
Author:
stoecker
Message:

fix wrongly detected icon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geticons.pl

    r3370 r3945  
    3434        ++$icons{$img};
    3535      }
    36       elsif($l =~ /icon\s*=\s*["'](.*?)["']/)
     36      elsif($l =~ /icon\s*=\s*["']([^+]+?)["']/)
    3737      {
    3838        ++$icons{$1};
Note: See TracChangeset for help on using the changeset viewer.