[GTKUI] Fix typo in About dialog if-statement

This commit is contained in:
Calum Lind 2016-11-19 00:25:17 +00:00
parent 59c9584fe0
commit 720d113a9a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class AboutDialog(object):
self.about.set_transient_for(component.get('MainWindow').window)
self.about.set_position(gtk.WIN_POS_CENTER)
self.about.set_program_name(_('Deluge'))
if windows_check:
if windows_check():
def url_hook(dialog, url):
"""Url hook for Windows OS which has no default browser."""
open_url_in_browser(url)