Removed last slash for path to python plugins in home directory.

It was the reason why plugins in home dir couldn't be accessed on Windows.


git-svn-id: http://svn.osgeo.org/qgis/trunk@7867 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
wonder 2008-01-08 13:55:31 +00:00
parent 9535777ea1
commit cfeccb4f90

View File

@ -287,7 +287,7 @@ QString QgsPythonUtils::pluginsPath()
QString QgsPythonUtils::homePluginsPath()
{
return QgsApplication::qgisSettingsDirPath() + "/python/plugins/";
return QgsApplication::qgisSettingsDirPath() + "/python/plugins";
}
QStringList QgsPythonUtils::pluginList()