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

@ -71,9 +71,7 @@ namespace GreenshotOCR {
// Load configuration
config = IniConfig.GetIniSection<OCRConfiguration>();
if (config.IsDirty) {
IniConfig.Save();
}
this.host.RegisterHotKey(3, 0x2C, new HotKeyHandler(MyHotkeyHandler));
// Here we can hang ourselves to the main context menu!