- Timestamp:
- 2016-03-06T23:37:30+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/AddNoteAction.java
r9067 r9944 81 81 noteData.createNote(latlon, input); 82 82 } else { 83 Notification notification = new Notification(tr("You must enter a comment to create a new note")); 84 notification.setIcon(JOptionPane.WARNING_MESSAGE); 85 notification.show(); 83 new Notification(tr("You must enter a comment to create a new note")).setIcon(JOptionPane.WARNING_MESSAGE).show(); 86 84 } 87 85 }
Note:
See TracChangeset
for help on using the changeset viewer.