Merge pull request #449 from BathoryPeter/patch-4

.osc extension for OsmChange file
This commit is contained in:
vshcherb 2013-06-07 07:58:14 -07:00
commit a415a21ede

View file

@ -198,7 +198,7 @@ public class LocalOpenstreetmapActivity extends OsmandListActivity {
public BackupOpenstreetmapPointAsyncTask() {
OsmandApplication app = LocalOpenstreetmapActivity.this.getMyApplication();
osmchange = app.getAppPath("osm.osmchange");
osmchange = app.getAppPath("poi_modification.osc");
}