Changeset 6833 in josm


Ignore:
Timestamp:
2014-02-10T22:55:41+01:00 (10 years ago)
Author:
simon04
Message:

fix #9706 - Preset/i18n: separate context for "mounted on" values of surveillance camera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6824 r6833  
    48614861            <label text="Camera" />
    48624862            <space />
    4863             <combo key="camera:type" text="Type" values="fixed,panning,dome" match="key" />
    4864             <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" match="key" />
     4863            <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
     4864            <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
    48654865            <optional>
    48664866                <text key="camera:direction" text="Direction in degrees" match="key" />
Note: See TracChangeset for help on using the changeset viewer.