Ignore:
Timestamp:
2010-06-27T23:23:00+02:00 (15 years ago)
Author:
bastik
Message:

'Update to josm latest'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysRotateCommand.java

    r21624 r22050  
    1414import javax.swing.JLabel;
    1515import javax.swing.SwingConstants;
    16 import javax.swing.tree.DefaultMutableTreeNode;
    17 import javax.swing.tree.MutableTreeNode;
    1816
    1917import org.openstreetmap.josm.Main;
     
    168166
    169167        @Override
    170         public MutableTreeNode description() {
    171                 return new DefaultMutableTreeNode(
    172                                 new JLabel(tr("Align way segment"), ImageProvider.get(
    173                                                 "", "alignways"), SwingConstants.HORIZONTAL));
     168        public JLabel getDescription() {
     169                return new JLabel(tr("Align way segment"), ImageProvider.get(
     170                                        "", "alignways"), SwingConstants.HORIZONTAL);
    174171        }
    175172
Note: See TracChangeset for help on using the changeset viewer.