Fix website URL (missing https:).
This commit is contained in:
parent
2439a8b807
commit
fd16797421
1 changed files with 1 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ class AboutDialog(Gtk.AboutDialog):
|
||||||
self.set_comments('%s\n%s %s\n%s %s\n%s %s' % (_('A GTK+ Jabber/XMPP client'),
|
self.set_comments('%s\n%s %s\n%s %s\n%s %s' % (_('A GTK+ Jabber/XMPP client'),
|
||||||
_('GTK+ Version:'), gtk_ver, _('PyGobject Version:'), gobject_ver,
|
_('GTK+ Version:'), gtk_ver, _('PyGobject Version:'), gobject_ver,
|
||||||
_('python-nbxmpp Version:'), nbxmpp_ver))
|
_('python-nbxmpp Version:'), nbxmpp_ver))
|
||||||
self.set_website('http://gajim.org/')
|
self.set_website('https://gajim.org/')
|
||||||
|
|
||||||
authors_file_path = self.get_path('AUTHORS')
|
authors_file_path = self.get_path('AUTHORS')
|
||||||
if authors_file_path:
|
if authors_file_path:
|
||||||
|
|
Loading…
Add table
Reference in a new issue