Author: damoxc

Revision: 5751

Log:
        have the help button open the user guide on the wiki

Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Toolbar.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Toolbar.js    2009-09-14 21:28:02 UTC (rev 
5750)
+++ trunk/deluge/ui/web/js/Deluge.Toolbar.js    2009-09-15 07:28:09 UTC (rev 
5751)
@@ -103,7 +103,6 @@
                                        },'->',{
                                                id: 'help',
                                                cls: 'x-btn-text-icon',
-                                               disabled: true,
                                                icon: '/icons/help.png',
                                                text: _('Help'),
                                                handler: this.onHelpClick,
@@ -157,6 +156,10 @@
                        Deluge.ConnectionManager.show();
                },
                
+               onHelpClick: function() {
+                       
window.open('http://dev.deluge-torrent.org/wiki/UserGuide');
+               },
+               
                onPreferencesClick: function() {
                        Deluge.Preferences.show();
                },



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to