Ignore:
Timestamp:
2010-01-06T21:15:59+01:00 (15 years ago)
Author:
guggis
Message:

'Update to JOSM r2748'

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

Legend:

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

    r18678 r19298  
    2828       
    2929        <!-- set before publising -->
    30         <property name="commit.message" value="Fixed JOSM issue #3340" />               
    31         <property name="plugin.main.version" value="2401" />
     30        <property name="commit.message" value="Update to JOSM r2748" />         
     31        <property name="plugin.main.version" value="2748" />
    3232       
    3333    <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPreferences.java

    r17590 r19298  
    1515import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
    1616import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
     17import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
    1718import org.openstreetmap.josm.tools.GBC;
    1819
     
    3031    private JCheckBox alwaysAskUserConfirm = new JCheckBox(tr("confirm all Remote Control actions manually"));
    3132
    32     public void addGui(final PreferenceDialog gui)
     33    public void addGui(final PreferenceTabbedPane gui)
    3334    {
    3435        String description = tr("A plugin that allows JOSM to be controlled from other applications.");
Note: See TracChangeset for help on using the changeset viewer.