fix the name for the add window instance

This commit is contained in:
Damien Churchill 2010-03-23 11:09:01 +00:00
parent 52ea19249c
commit d39b5bd071
1 changed files with 1 additions and 1 deletions

View File

@ -558,4 +558,4 @@ Deluge.add.AddWindow = Ext.extend(Deluge.add.Window, {
this.url.show();
}
});
Deluge.Add = new Deluge.add.AddWindow();
deluge.add = new Deluge.add.AddWindow();