Changeset 3607 in josm


Ignore:
Timestamp:
Oct 14, 2010 11:09:33 PM (3 years ago)
Author:
ulfl
Message:

fix fixme rule

Location:
trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.xml

    r3604 r3607  
    45514551        <rule>  
    45524552                <condition k="fixme"/>  
    4553                 <icon annotate="true" src="fixme.png" priority="-10000"/> 
     4553                <icon annotate="true" src="misc/fixme.png" priority="10000"/> 
    45544554                <scale_min>1</scale_min>  
    45554555                <scale_max>50000</scale_max>  
     
    45584558        <rule>  
    45594559                <condition k="FIXME"/>  
    4560                 <icon annotate="true" src="fixme.png" priority="-10000"/> 
     4560                <icon annotate="true" src="misc/fixme.png" priority="10000"/> 
    45614561                <scale_min>1</scale_min>  
    45624562                <scale_max>50000</scale_max>  
Note: See TracChangeset for help on using the changeset viewer.