Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[BACKPORT] Enable gdaltools by default on all platforms
  • Loading branch information
timlinux committed Mar 28, 2012
1 parent 9869fc5 commit 1077410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/qgspluginregistry.cpp
Expand Up @@ -423,6 +423,10 @@ void QgsPluginRegistry::restoreSessionPlugins( QString thePluginDirString )
{
mySettings.setValue( "/PythonPlugins/fTools", true );
}
if ( !mySettings.contains( "/PythonPlugins/GdalTools" ) )
{
mySettings.setValue( "/PythonPlugins/GdalTools", true );
}

for ( int i = 0; i < pluginList.size(); i++ )
{
Expand Down

0 comments on commit 1077410

Please sign in to comment.