1

Updating feedback url

Former-commit-id: 10ae7e296b12394fb88a53d67305a5d7972ee984
This commit is contained in:
Alex Yatskov 2014-12-28 23:26:11 +09:00
parent 6982393505
commit 2173e809a1

View File

@ -269,7 +269,7 @@ class MainWindowReader(QtGui.QMainWindow, gen.reader_ui.Ui_MainWindowReader):
def onActionFeedback(self):
url = QtCore.QUrl('http://foosoft.net/comments')
url = QtCore.QUrl('http://foosoft.net/about')
QtGui.QDesktopServices().openUrl(url)