Changeset 19300 in osm


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

'Update to JOSM 2748'

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

Legend:

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

    r19066 r19300  
    2727<project name="routing" default="dist" basedir=".">
    2828
    29         <property name="commit.message" value="Update to JOSM 2621" />
    30         <property name="plugin.main.version" value="2621" />
     29        <property name="commit.message" value="Update to JOSM 2748" />
     30        <property name="plugin.main.version" value="2748" />
    3131
    3232        <!-- Define some properties -->
  • applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingPreferenceDialog.java

    r15707 r19300  
    5757import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
    5858import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
     59import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
    5960import org.openstreetmap.josm.tools.GBC;
    6061
     
    8081    }
    8182
    82     public void addGui(final PreferenceDialog gui) {
     83    public void addGui(final PreferenceTabbedPane gui) {
    8384
    8485        JPanel principal = gui.createPreferenceTab("routing",
     
    187188    }
    188189
    189     private void edit(final PreferenceDialog gui, final JTable list) {
     190    private void edit(final PreferenceTabbedPane gui, final JTable list) {
    190191        if (list.getSelectedRowCount() != 1) {
    191192            JOptionPane.showMessageDialog(gui,
Note: See TracChangeset for help on using the changeset viewer.