Skip to content

Commit

Permalink
more fixes after sextante renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 20, 2013
1 parent bbab72a commit 36812e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ms-windows/python_plugins.nsh
Expand Up @@ -10,7 +10,6 @@
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS2\PythonPlugins" "fTools" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS2\PythonPlugins" "GdalTools" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS2\PythonPlugins" "db_manager" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS2\PythonPlugins" "sextante" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS2\PythonPlugins" "mapserver_export" "false"
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS2\PythonPlugins" "processing" "true"

############################### reg2nsis end #################################
2 changes: 1 addition & 1 deletion scripts/addcopyright.sh
Expand Up @@ -37,7 +37,7 @@ for i in $FILES; do

case $i in
# Override author if initial commit was by someone else
python/plugins/sextante/*)
python/plugins/processing/*)
author=volayaf
;;

Expand Down
2 changes: 1 addition & 1 deletion src/app/qgspluginregistry.cpp
Expand Up @@ -494,7 +494,7 @@ void QgsPluginRegistry::restoreSessionPlugins( QString thePluginDirString )
corePlugins << "fTools";
corePlugins << "GdalTools";
corePlugins << "db_manager";
corePlugins << "sextante";
corePlugins << "processing";

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

0 comments on commit 36812e1

Please sign in to comment.