Changeset 35250 in osm
- Timestamp:
- 2019-12-12T21:14:06+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java
r35242 r35250 63 63 private final String[][] TAG_EDIT_STRINGS = new String[][] { 64 64 {"opening_hours", ".*", "opening_hours"}, 65 {"opening_hours:kitchen", ".*", "opening_hours:kitchen"}, 65 66 {"collection_times", ".*", "collection_times"}, 66 67 {"collection_times:local", ".*", "collection_times:local"}, 68 {"service_times", ".*", "service_times"}, 67 69 {"shop", ".*", "opening_hours"}, 68 70 {"amenity", "post_box", "collection_times"}, … … 198 200 199 201 final JComboBox<String> newTagField = new JComboBox<>(new String[]{ 200 "opening_hours", "collection_times", "collection_times:local", "service_times", "lit"}); 202 "opening_hours", "opening_hours:kitchen", "collection_times", "collection_times:local", "service_times", "lit"}); 201 203 202 204 JRadioButton editButton = new JRadioButton(new AbstractAction(tr("edit existing tag")) {
Note:
See TracChangeset
for help on using the changeset viewer.