Changeset 19292 in osm for applications/editors/josm


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

'Updated to JOSM r2748'

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

Legend:

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

    r19054 r19292  
    2727<project name="graphview" default="dist" basedir=".">
    2828
    29         <property name="commit.message" value="Updated to JOSM 2621; updated build.xml" />
    30         <property name="plugin.main.version" value="2621" />
     29        <property name="commit.message" value="Updated to JOSM r2748" />
     30        <property name="plugin.main.version" value="2748" />
    3131       
    3232    <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/dialogs/GraphViewPreferenceEditor.java

    r16520 r19292  
    2424import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
    2525import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
     26import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
    2627import org.openstreetmap.josm.plugins.graphview.plugin.dialogs.AccessParameterDialog.BookmarkAction;
    2728import org.openstreetmap.josm.plugins.graphview.plugin.preferences.GraphViewPreferenceDefaults;
     
    4849        private JCheckBox separateDirectionsCheckBox;
    4950
    50         public void addGui(PreferenceDialog gui) {
     51        public void addGui(PreferenceTabbedPane gui) {
    5152
    5253                readPreferences();
Note: See TracChangeset for help on using the changeset viewer.