We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51813c7 commit b64cffaCopy full SHA for b64cffa
python/plugins/fTools/doAbout.py
@@ -79,7 +79,7 @@ def getText(self):
79
return QString(aboutText.append(licenceString.append(aknowledgeString)))
80
81
def openWeb(self):
82
- webbrowser.open("http://www.ftools.ca/fTools.html")
+ webbrowser.open("http://www.ftools.ca/")
83
84
def openHelp(self):
85
webbrowser.open(currentPath + "/ftools_help.xml")
0 commit comments