Changeset 6453 in josm for trunk/src/org/openstreetmap/josm/io/MessageNotifier.java
- Timestamp:
- 2013-12-07T15:19:55+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/MessageNotifier.java
r6365 r6453 67 67 JPanel panel = new JPanel(new GridBagLayout()); 68 68 panel.add(new JLabel(trn("You have {0} unread message.", "You have {0} unread messages.", unread, unread)), GBC.eol()); 69 panel.add(new UrlLabel( "http://www.openstreetmap.org/user/"+userInfo.getDisplayName()+"/inbox", tr("Click here to see your inbox.")), GBC.eol());69 panel.add(new UrlLabel(Main.OSM_WEBSITE + "/user/"+userInfo.getDisplayName()+"/inbox", tr("Click here to see your inbox.")), GBC.eol()); 70 70 panel.setOpaque(false); 71 71 new Notification().setContent(panel)
Note:
See TracChangeset
for help on using the changeset viewer.
