Skip to content

Commit cba19e2

Browse files
jef-nalexbruy
authored andcommittedDec 2, 2011
make relative paths default
1 parent 747348e commit cba19e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgsproject.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ struct QgsProject::Imp
326326
// XXX THESE SHOULD BE MOVED TO STATUSBAR RELATED SOURCE
327327
QgsProject::instance()->writeEntry( "PositionPrecision", "/Automatic", true );
328328
QgsProject::instance()->writeEntry( "PositionPrecision", "/DecimalPlaces", 2 );
329+
QgsProject::instance()->writeEntry( "Paths", "/Absolute", false );
329330
}
330331

331332
}; // struct QgsProject::Imp
@@ -339,6 +340,7 @@ QgsProject::QgsProject()
339340
// XXX THESE SHOULD BE MOVED TO STATUSBAR RELATED SOURCE
340341
writeEntry( "PositionPrecision", "/Automatic", true );
341342
writeEntry( "PositionPrecision", "/DecimalPlaces", 2 );
343+
writeEntry( "Paths", "/Absolute", false );
342344
// XXX writeEntry() makes the project dirty, but it doesn't make sense
343345
// for a new project to be dirty, so let's clean it up
344346
dirty( false );

0 commit comments

Comments
 (0)