More refactoring for the new configuration framework

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@858 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-08-24 13:55:39 +00:00
commit bb7f216567
8 changed files with 120 additions and 51 deletions

View file

@ -327,6 +327,9 @@ namespace Greenshot {
// Load all the plugins
PluginHelper.instance.LoadPlugins(this.contextMenu, captureForm);
// Making sure changes are written
IniConfig.Save();
PluginHelper.instance.OnImageOutput += new OnImageOutputHandler(ImageWritten);
SoundHelper.Initialize();