Index: /trunk/resources/data/defaultpresets.xml
===================================================================
--- /trunk/resources/data/defaultpresets.xml	(revision 16111)
+++ /trunk/resources/data/defaultpresets.xml	(revision 16112)
@@ -987,5 +987,5 @@
                 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" />
                 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" />
-                <!-- <combo key="motorcar" text="Motorcar" values="yes,designated,no" default="no" /> -->
+                <check key="segregated" text="Segregated" />
             </optional>
         </item> <!-- Path -->
@@ -1022,4 +1022,5 @@
                 <reference ref="highway_yesno_incline_oneway_lit_width" />
                 <combo key="foot" text="Pedestrians" values="yes,no,designated" />
+                <check key="segregated" text="Segregated" />
             </optional>
         </item> <!-- Dedicated Cycleway -->
@@ -1058,4 +1059,5 @@
                 <reference ref="highway_yesno_incline_oneway_lit_width" />
                 <combo key="bicycle" text="Bicycle" values="yes,no,designated" />
+                <check key="segregated" text="Segregated" />
             </optional>
         </item> <!-- Dedicated Footway -->
Index: /trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Functions.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Functions.java	(revision 16111)
+++ /trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Functions.java	(revision 16112)
@@ -1231,5 +1231,5 @@
      * @return the int represented by the string argument
      * @see Integer#parseInt
-     * @since xxx
+     * @since 16110
      */
     public static int to_int(String value) { // NO_UCD (unused code)
