Ignore:
Timestamp:
2010-08-02T09:57:28+02:00 (14 years ago)
Author:
bastik
Message:

'update to josm latest'

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

Legend:

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

    r22236 r22531  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Commit message" />
     33        <property name="commit.message" value="update to josm latest" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3338" />
     35        <property name="plugin.main.version" value="3403" />
    3636
    3737
  • applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java

    r22236 r22531  
    66import java.awt.GridBagConstraints;
    77import java.awt.GridBagLayout;
     8import java.awt.Insets;
    89import java.awt.event.ActionEvent;
    910
     
    4647                new String[] { tr("OK"), tr("Cancel") },
    4748                true);
    48         contentConstraints = GBC.eol().fill().insets(15, 15, 15, 5);
     49        contentInsets = new Insets(15, 15, 5, 15);
    4950        setButtonIcons(new String[] { "ok.png", "cancel.png" });
    5051
Note: See TracChangeset for help on using the changeset viewer.