Changeset 19411 in osm for applications/editors
- Timestamp:
- 2010-01-12T13:29:08+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/build.xml
r19306 r19411 28 28 29 29 30 <property name="commit.message" value="Update to JOSM 2 748" />31 <property name="plugin.main.version" value="2 748" />30 <property name="commit.message" value="Update to JOSM 2817" /> 31 <property name="plugin.main.version" value="2817" /> 32 32 33 33 -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPlugin.java
r18761 r19411 248 248 static public String getPrefsPath() 249 249 { 250 return Main.pref.getPluginsDir File().getPath() + "/wmsplugin/";250 return Main.pref.getPluginsDirectory().getPath() + "/wmsplugin/"; 251 251 } 252 252 }
Note:
See TracChangeset
for help on using the changeset viewer.