have the help button open the user guide on the wiki
This commit is contained in:
parent
dd519f936c
commit
cd0f4f69fb
|
@ -103,7 +103,6 @@ Copyright:
|
|||
},'->',{
|
||||
id: 'help',
|
||||
cls: 'x-btn-text-icon',
|
||||
disabled: true,
|
||||
icon: '/icons/help.png',
|
||||
text: _('Help'),
|
||||
handler: this.onHelpClick,
|
||||
|
@ -157,6 +156,10 @@ Copyright:
|
|||
Deluge.ConnectionManager.show();
|
||||
},
|
||||
|
||||
onHelpClick: function() {
|
||||
window.open('http://dev.deluge-torrent.org/wiki/UserGuide');
|
||||
},
|
||||
|
||||
onPreferencesClick: function() {
|
||||
Deluge.Preferences.show();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue