Changeset 666 in josm for trunk/presets/presets.xml


Ignore:
Timestamp:
Jun 27, 2008 6:19:06 PM (5 years ago)
Author:
ce
Message:

added landuse=farmyard and changed landuse=farm to
landuse=farmland

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/presets/presets.xml

    r651 r666  
    16081608        </item> 
    16091609 
    1610         <item name="Landuse/Farm" icon="presets/landuse.png"> 
    1611                 <label text="Edit Farm Landuse" /> 
    1612                 <label text=" " /> 
    1613                 <key key="landuse" value="farm" /> 
     1610        <item name="Landuse/Farmyard" icon="presets/landuse.png"> 
     1611                <label text="Edit Farmyard Landuse" /> 
     1612                <label text=" " /> 
     1613                <key key="landuse" value="farmyard" /> 
     1614                <text key="name" text="Name:" default="" delete_if_empty="true" /> 
     1615        </item> 
     1616 
     1617        <item name="Landuse/Farmland" icon="presets/landuse.png"> 
     1618                <label text="Edit Farmland Landuse" /> 
     1619                <label text=" " /> 
     1620                <key key="landuse" value="farmland" /> 
    16141621                <text key="name" text="Name:" default="" delete_if_empty="true" /> 
    16151622        </item> 
Note: See TracChangeset for help on using the changeset viewer.