register the execute plugin

This commit is contained in:
Damien Churchill 2010-04-24 01:42:11 +01:00
parent 7e12222d33
commit a3d9b93480
1 changed files with 1 additions and 0 deletions

View File

@ -111,3 +111,4 @@ Deluge.plugins.ExecutePlugin = Ext.extend(Deluge.Plugin, {
this.prefsPage = deluge.preferences.addPage(new Deluge.ux.preferences.ExecutePage());
}
});
Deluge.registerPlugin('Execute', Deluge.plugins.ExecutePlugin);