Changeset 30034 in osm for applications/editors/josm/plugins/turnrestrictions
- Timestamp:
- 2013-10-29T01:12:33+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/build.xml
r29854 r30034 4 4 <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="6 162"/>6 <property name="plugin.main.version" value="6340"/> 7 7 8 8 <property name="test.build.dir" value="test/build"/> -
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionCellRenderer.java
r29854 r30034 28 28 import org.openstreetmap.josm.data.osm.Way; 29 29 import org.openstreetmap.josm.gui.DefaultNameFormatter; 30 import org.openstreetmap.josm.gui.JMultilineLabel; 30 import org.openstreetmap.josm.gui.widgets.JMultilineLabel; 31 31 import org.openstreetmap.josm.plugins.turnrestrictions.preferences.PreferenceKeys; 32 32 import org.openstreetmap.josm.tools.ImageProvider; -
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListDialog.java
r29854 r30034 316 316 317 317 public void updateEnabledState() { 318 setEnabled(Main.main != null && Main.main. getEditLayer()!= null);318 setEnabled(Main.main != null && Main.main.hasEditLayer()); 319 319 } 320 320
Note:
See TracChangeset
for help on using the changeset viewer.
