Fixed wrong reference

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@770 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-08-03 14:03:24 +00:00
commit 0a5ff83ded

View file

@ -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();