Changeset 1488 in josm
- Timestamp:
- 2009-03-13T09:19:31+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AboutAction.java
r1487 r1488 142 142 info.add(new JLabel(tr("Bug Reports")), GBC.std().insets(10,0,10,0)); 143 143 info.add(new UrlLabel("http://josm.openstreetmap.de/newticket"), GBC.eol().fill(GBC.HORIZONTAL)); 144 info.add(new JLabel(tr("News about JOSM")), GBC.std().insets(10,0,10,0));145 info.add(new UrlLabel("http://www.opengeodata.org/?cat=17"), GBC.eol().fill(GBC.HORIZONTAL));146 144 147 145 about.addTab(tr("Info"), info);
Note:
See TracChangeset
for help on using the changeset viewer.