Changeset 19441 in osm for applications/editors
- Timestamp:
- 2010-01-13T14:40:10+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/graphview
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/graphview/build.xml
r19439 r19441 26 26 --> 27 27 <project name="graphview" default="dist" basedir="."> 28 28 29 29 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 30 30 <property name="plugin.main.version" value="2830" /> -
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/GraphViewPlugin.java
r19439 r19441 77 77 public GraphViewPlugin(PluginInformation info) { 78 78 super(info); 79 80 79 preferences = GraphViewPreferences.getInstance(); 81 80 this.preferences.addObserver(this);
Note:
See TracChangeset
for help on using the changeset viewer.