Changeset 29432 in osm for applications/editors/josm
- Timestamp:
 - 2013-03-29T20:37:55+01:00 (13 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialogButton.java
r29430 r29432 56 56 private void layoutComponents() { 57 57 String authorAndDate = offset.isDeprecated() 58 ? tr("Deprecated by {0} on {1} \n", offset.getAbandonAuthor(),58 ? tr("Deprecated by {0} on {1}", offset.getAbandonAuthor(), 59 59 OffsetInfoAction.DATE_FORMAT.format(offset.getAbandonDate())) 60 : tr("Created by {0} on {1} \n", offset.getAuthor(),60 : tr("Created by {0} on {1}", offset.getAuthor(), 61 61 OffsetInfoAction.DATE_FORMAT.format(offset.getDate())); 62 62 JLabel authorAndDateLabel = new JLabel(authorAndDate);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  