Changeset 1318 in josm for trunk/src/org
- Timestamp:
- 2009-01-21T18:03:58+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
r1245 r1318 371 371 public String text; 372 372 public String locale_text; 373 public String locale_href; 373 374 374 375 @Override public void addToPanel(JPanel p, Collection<OsmPrimitive> sel) { … … 378 379 b.addActionListener(new ActionListener(){ 379 380 public void actionPerformed(ActionEvent e) { 380 OpenBrowser.displayUrl( href);381 OpenBrowser.displayUrl(locale_href != null ? locale_href : href); 381 382 } 382 383 });
Note:
See TracChangeset
for help on using the changeset viewer.