Skip to content

Commit

Permalink
'shorten' last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 20, 2012
1 parent cfa85f3 commit a65c788
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/core/qgsapplication.cpp
Expand Up @@ -470,9 +470,10 @@ const QString QgsApplication::srsDbFilePath()

return tempCopy;
}

QString svgSubDir( ABISYM( mRunningFromBuildDir ) ? "/images/svg/" : "/svg/" );
return ABISYM( mPkgDataPath ) + QString( "/resources/srs.db" );
else
{
return ABISYM( mPkgDataPath ) + QString( "/resources/srs.db" );
}
}

/*!
Expand Down

0 comments on commit a65c788

Please sign in to comment.