Changeset 5180 in josm


Ignore:
Timestamp:
Apr 12, 2012 2:11:07 PM (13 months ago)
Author:
simon04
Message:

see #5933 - update preset schema, comments in defaultpresets.xml according to changes in r5155

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r5166 r5180  
    4747                      the entry in 2-3 words.) Instead of comma separeted list 
    4848  instead using values, display_values and short_descriptions, the following form is also supported: 
    49     <list_item value="" display_value="' short_description="" icon=""/> 
     49    <list_entry value="" display_value="' short_description="" icon=""/> 
    5050  default: default string to display (defaults to "") 
    5151  use_last_as_default: true/false/force (default is "false") 
     
    6565                      the entry in 2-3 words.) Instead of a separated list 
    6666  instead using values, display_values and short_descriptions, the following form is also supported: 
    67     <list_item value="" display_value="' short_description="" icon=""/> 
     67    <list_entry value="" display_value="' short_description="" icon=""/> 
    6868  default: default string to display (defaults to "") 
    6969  use_last_as_default: true/false/force (default is "false") 
  • trunk/data/tagging-preset.xsd

    r5167 r5180  
    126126        </complexType> 
    127127 
    128         <complexType name="list_entry"> 
     128        <complexType name="list_entry"> 
    129129                <attribute name="value" type="string" use="required" /> 
     130                <attribute name="value_context" type="string" /> 
    130131                <attribute name="display_value" type="string" /> 
    131132                <attribute name="short_description" type="string" /> 
Note: See TracChangeset for help on using the changeset viewer.