Changeset 13072 in josm
- Timestamp:
- 2017-11-03T09:30:54+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ToggleUploadDiscouragedLayerAction.java
r11709 r13072 2 2 package org.openstreetmap.josm.actions; 3 3 4 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 4 5 import static org.openstreetmap.josm.tools.I18n.tr; 5 6 … … 33 34 this.layer = layer; 34 35 setEnabled(layer.isUploadable()); 36 putValue("help", ht("/Action/EncourageDiscourageUpload")); 35 37 } 36 38
Note:
See TracChangeset
for help on using the changeset viewer.