Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r8679 r8693 1151 1151 } 1152 1152 1153 class TaginfoAction extends AbstractAction {1153 class TaginfoAction extends JosmAction { 1154 1154 1155 1155 final StringProperty TAGINFO_URL_PROP = new StringProperty("taginfo.url", "https://taginfo.openstreetmap.org/"); 1156 1156 1157 1157 public TaginfoAction() { 1158 putValue(NAME, tr("Go to Taginfo")); 1159 putValue(SHORT_DESCRIPTION, tr("Launch browser with Taginfo statistics for selected object")); 1158 super(tr("Go to Taginfo"), "dialogs/taginfo", tr("Launch browser with Taginfo statistics for selected object"), null, false); 1160 1159 } 1161 1160
Note:
See TracChangeset
for help on using the changeset viewer.