fixing URL in about box

git-svn-id: http://svn.osgeo.org/qgis/trunk@11913 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
macho 2009-11-03 19:43:22 +00:00
parent e8304fd1b0
commit 1bf41d844e

View File

@ -79,7 +79,7 @@ class Dialog(QDialog, Ui_Dialog):
return QString(aboutText.append(licenceString.append(aknowledgeString)))
def openWeb(self):
webbrowser.open("http://www.ftools.ca/fTools.html")
webbrowser.open("http://www.ftools.ca/")
def openHelp(self):
webbrowser.open(currentPath + "/ftools_help.xml")