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

'Update to josm latest'

Location:
applications/editors/josm/plugins/alignways
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/build.xml

    r21706 r22050  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Initial release" />
     33        <property name="commit.message" value="Update to josm latest" />
    3434        <!--
    3535                enter the *lowest* JOSM version this plugin is currently compatible
  • 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.