Ignore:
Timestamp:
2012-12-16T21:08:54+01:00 (12 years ago)
Author:
jttt
Message:

Compare selected version with previous after click on date on user in history dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/VersionTableColumnModel.java

    r5495 r5622  
    1414 */
    1515public class VersionTableColumnModel extends DefaultTableColumnModel {
     16
     17    public static final int COL_VERSION = 0;
     18    public static final int COL_REFERENCE = 1;
     19    public static final int COL_CURRENT = 2;
     20    public static final int COL_DATE = 3;
     21    public static final int COL_USER = 4;
     22
    1623    protected void createColumns() {
    1724        TableColumn col = null;
Note: See TracChangeset for help on using the changeset viewer.