mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
6ee7ec078e
commit
0a5ff83ded
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue