Changeset 1488 in josm for trunk/src/org


Ignore:
Timestamp:
2009-03-13T09:19:31+01:00 (15 years ago)
Author:
stoecker
Message:

fixed #2295 - old link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AboutAction.java

    r1487 r1488  
    142142        info.add(new JLabel(tr("Bug Reports")), GBC.std().insets(10,0,10,0));
    143143        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));
    146144
    147145        about.addTab(tr("Info"), info);
Note: See TracChangeset for help on using the changeset viewer.