Ticket #20854: josm_20854_changeset_manager_status.patch
| File josm_20854_changeset_manager_status.patch, 598 bytes (added by , 5 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetCacheTableColumnModel.java
old new 34 34 // column 1 - Upload comment 35 35 createColumn(1, tr("Comment"), 200, -1); 36 36 37 // column 2 - Open38 createColumn(2, tr(" Open"), 25, -1);37 // column 2 - Status 38 createColumn(2, tr("Status"), 25, -1); 39 39 40 40 // column 3 - User 41 41 createColumn(3, tr("Author"), 50, -1);
