Ignore:
Timestamp:
2014-12-25T15:07:44+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #10606 - add ID of notes (patch by ToeBee)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/NotesDialog.java

    r7852 r7882  
    227227                String toolTipText = userName + " @ " + sdf.format(note.getCreatedAt());
    228228                JLabel jlabel = (JLabel)comp;
    229                 jlabel.setText(text);
     229                jlabel.setText(note.getId() + ": " +text);
    230230                ImageIcon icon;
    231231                if (note.getId() < 0) {
Note: See TracChangeset for help on using the changeset viewer.