Skip to content

Commit

Permalink
Enable SEXTANTE plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Jun 5, 2013
1 parent 3ce742d commit f23353c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgspluginregistry.cpp
Expand Up @@ -461,6 +461,7 @@ void QgsPluginRegistry::restoreSessionPlugins( QString thePluginDirString )
corePlugins << "fTools";
corePlugins << "GdalTools";
corePlugins << "db_manager";
corePlugins << "sextante";

// make the required core plugins enabled by default:
for ( int i = 0; i < corePlugins.size(); i++ )
Expand Down

0 comments on commit f23353c

Please sign in to comment.