Changeset 13281 in josm for trunk/geticons.pl


Ignore:
Timestamp:
2018-01-04T23:51:00+01:00 (6 years ago)
Author:
stoecker
Message:

see #15734 - drop some old checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geticons.pl

    r13279 r13281  
    6969        ++$icons{$i};
    7070      }
    71       if($l =~ /createPreferenceTab\(\"(.*?)\"/)
    72       {
    73         my $i = "preferences/$1";
    74         ++$icons{$i};
    75       }
    7671      if($l =~ /setIcon\(\"(.*?)\"/)
    7772      {
     
    8984        ++$icons{$i};
    9085      }
    91       if($l =~ /ImageProvider\.overlay\(.*?,\s*\"(.*?)\",/)
    92       {
    93         my $i = $1;
    94         ++$icons{$i};
    95       }
    9686      if($l =~ /getCursor\(\"(.*?)\",\s*\"(.*?)\"/)
    9787      {
     
    10696        ++$icons{$i};
    10797      }
    108       if($l =~ /SideButton*\(\s*(?:mark)?tr\s*\(\s*\".*?\"\s*\)\s*,\s*\"(.*?)\"/)
    109       {
    110         my $i = "dialogs/$1";
    111         ++$icons{$i};
    112       }
    11398      if($l =~ /super\(\s*tr\(\".*?\"\),\s*\"(.*?)\"/s)
    11499      {
     
    119104      {
    120105        my $i = "$extends$1";
    121         ++$icons{$i};
    122       }
    123       if($l =~ /audiotracericon\",\s*\"(.*?)\"/s)
    124       {
    125         my $i = "markers/$1";
    126         ++$icons{$i};
    127       }
    128       if($l =~ /\"(.*?)\",\s*parentLayer/s)
    129       {
    130         my $i = "markers/$1";
    131106        ++$icons{$i};
    132107      }
Note: See TracChangeset for help on using the changeset viewer.