Commit 5dfa89ac authored by Dan Pascu's avatar Dan Pascu

Fixed help and changelog web links

parent b9946570
......@@ -27,13 +27,13 @@ http://icanblink.com/download.phtml
Support
-------
For help on using Blink Qt go to http://icanblink.com/help-qt.phtml
For help on using Blink Qt go to http://icanblink.com/help/
Changelog
---------
The changelog is available at http://icanblink.com/changelog-qt.phtml
The changelog is available at http://icanblink.com/changelog/
Credits
......
......@@ -177,12 +177,12 @@ class MainWindow(base_class, ui_class):
self.about_action.triggered.connect(self.about_panel.show)
self.add_account_action.triggered.connect(self.preferences_window.show_add_account_dialog)
self.manage_accounts_action.triggered.connect(self.preferences_window.show_for_accounts)
self.help_action.triggered.connect(partial(QDesktopServices.openUrl, QUrl(u'http://icanblink.com/help-qt.phtml')))
self.help_action.triggered.connect(partial(QDesktopServices.openUrl, QUrl(u'http://icanblink.com/help/')))
self.preferences_action.triggered.connect(self.preferences_window.show)
self.auto_accept_chat_action.triggered.connect(self._AH_AutoAcceptChatActionTriggered)
self.received_messages_sound_action.triggered.connect(self._AH_ReceivedMessagesSoundActionTriggered)
self.answering_machine_action.triggered.connect(self._AH_EnableAnsweringMachineActionTriggered)
self.release_notes_action.triggered.connect(partial(QDesktopServices.openUrl, QUrl(u'http://icanblink.com/changelog-qt.phtml')))
self.release_notes_action.triggered.connect(partial(QDesktopServices.openUrl, QUrl(u'http://icanblink.com/changelog/')))
self.quit_action.triggered.connect(self._AH_QuitActionTriggered)
# Call menu actions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment