Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (14 years ago)
Author:
stoecker
Message:

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagTable.java

    r2048 r2512  
    6060            TagCellRenderer renderer = new TagCellRenderer();
    6161
    62 
    6362            // column 0 - tag key
    6463            col = new TableColumn(0);
     
    120119    }
    121120
    122 
    123121    /**
    124122     * Action to be run when the user navigates to the previous cell in the table,
     
    134132                getCellEditor().stopCellEditing();
    135133            }
    136 
    137134
    138135            if (col <= 0 && row <= 0) {
     
    206203            getColumnModel().getSelectionModel().addListSelectionListener(this);
    207204        }
    208 
    209 
    210205
    211206        @Override
     
    270265    }
    271266
    272 
    273267    /** the delete action */
    274268    private RunnableAction deleteAction = null;
     
    364358    }
    365359
    366 
    367360    /**
    368361     * @param autoCompletionList
     
    414407        // tblTagEditor.editCellAt(row, col);
    415408        // if (tblTagEditor.getEditorComponent() != null) {
    416         //      tblTagEditor.getEditorComponent().requestFocusInWindow();
     409        //  tblTagEditor.getEditorComponent().requestFocusInWindow();
    417410        // }
    418411
Note: See TracChangeset for help on using the changeset viewer.