diff --git a/_faqs/2017-01-29-excluding-plugin-destination.markdown b/_faqs/2017-01-29-excluding-plugin-destination.markdown index 745ad8a77..516776eba 100644 --- a/_faqs/2017-01-29-excluding-plugin-destination.markdown +++ b/_faqs/2017-01-29-excluding-plugin-destination.markdown @@ -30,24 +30,24 @@ Here is an example on how to exclude plugins by adding the plugins you don't wan An example to exclude the box and dropbox plug-ins add the following line somewhere under the ```[Core]``` section: ``` -ExcludePlugins=Box,Dropbox +ExcludePlugins=Box Plugin,Dropbox Plugin ``` -The names of the plugin are visible in the Plugins directory within Greenshot's installation directory (without the prefix "Greenshot.Plugin." ). - +The names of the plugin are visible in the Plugins tab of the settings or the greenshot.log (due to unfortunate decision while coding, they all end with " Plugin"). +For compatibility reasons, the name for "GooglePhotos Plugin" is "Picasa-Web Plugin". For completeness we describe the plugins here (do not include the quotes!): -* "Box" -* "Confluence" -* "Dropbox" -* "ExternalCommand" -* "Flickr" -* "GooglePhotos" -* "Imgur" -* "Jira" -* "Office" -* "Photobucket" -* "Win10" +* "Box Plugin" +* "Confluence Plugin" +* "Dropbox Plugin" +* "External command Plugin" +* "Flickr Plugin" +* "Imgur Plugin" +* "Jira Plugin" +* "Office Plugin" +* "Photobucket Plugin" +* "Picasa-Web Plugin" +* "Win10 Plugin" Destination