diff --git a/Greenshot/Forms/MainForm.cs b/Greenshot/Forms/MainForm.cs index f78df2d37..6c97b22d6 100644 --- a/Greenshot/Forms/MainForm.cs +++ b/Greenshot/Forms/MainForm.cs @@ -296,7 +296,7 @@ namespace Greenshot { captureForm = new CaptureForm(); // Load all the plugins - PluginHelper.instance.LoadPlugins(this.ContextMenuStrip, captureForm); + PluginHelper.instance.LoadPlugins(this.contextMenu, captureForm); PluginHelper.instance.OnImageOutput += new OnImageOutputHandler(ImageWritten); SoundHelper.Initialize();