- Timestamp:
- 2018-12-23T00:41:06+01:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r14591 r14592 6990 6990 <text key="name" text="Name" /> 6991 6991 <combo key="leisure" text="Type" values="sports_centre" /> 6992 6992 <reference ref="climbing_styles" /> 6993 6993 <text key="climbing:routes" text="Number of routes" /> 6994 6994 <text key="ele" text="Usual elevation at the bottom of the routes" /> … … 7022 7022 <key key="climbing" value="route" /> 7023 7023 <text key="name" text="Name" /> 7024 7024 <reference ref="climbing_styles" /> 7025 7025 <combo key="climbing:bolted" text="Bolts" values="yes,no,1 m,2 m,3 m,4 m,5 m,6 m" values_sort="false"/> 7026 7026 <combo key="climbing:pitches" values="1,2,3,4,5,6,7,8" default="1" /> -
trunk/src/org/openstreetmap/josm/gui/animation/Star.java
r14581 r14592 104 104 } 105 105 106 private int createRadius() {106 private static int createRadius() { 107 107 return averageStarWidth / 2 + seed.nextInt(averageStarWidth); 108 108 } -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
r14590 r14592 14 14 import java.text.DateFormat; 15 15 import java.text.SimpleDateFormat; 16 import java.util.Objects;17 16 18 17 import javax.swing.Box;
Note:
See TracChangeset
for help on using the changeset viewer.