Changeset 10500 in josm for trunk


Ignore:
Timestamp:
2016-06-27T23:36:48+02:00 (8 years ago)
Author:
Klumbumbus
Message:

see #13015 - add detailed icons to the preset combo of shelter_type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r10451 r10500  
    53575357            <text key="name" text="Name" />
    53585358            <check key="fireplace" text="Fireplace" />
    5359             <combo key="shelter_type" text="Type of shelter" values="basic_hut,lean_to,picnic_shelter,public_transport,weather_shelter,wildlife_hide" values_context="shelter" values_searchable="true" />
     5359            <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
     5360                <list_entry value="basic_hut" icon="styles/standard/accommodation/basic_hut_blue.png" />
     5361                <list_entry value="lean_to" icon="styles/standard/accommodation/shelter_lean_to.svg" />
     5362                <list_entry value="picnic_shelter" icon="styles/standard/accommodation/shelter_picnic_brown.png" />
     5363                <list_entry value="public_transport" icon="styles/standard/accommodation/shelter_public_transport_brown.png" />
     5364                <list_entry value="weather_shelter" icon="styles/standard/accommodation/shelter.png" />
     5365                <list_entry value="wildlife_hide" icon="styles/standard/accommodation/shelter.png" />
     5366            </combo>
    53605367        </item> <!-- Shelter -->
    53615368        <item name="Hunting Stand" icon="presets/hunting_stand.png" type="node" preset_name_label="true">
Note: See TracChangeset for help on using the changeset viewer.