Skip to content

Commit b64cffa

Browse files
author
macho
committed
fixing URL in about box
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11913 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 51813c7 commit b64cffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/fTools/doAbout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def getText(self):
7979
return QString(aboutText.append(licenceString.append(aknowledgeString)))
8080

8181
def openWeb(self):
82-
webbrowser.open("http://www.ftools.ca/fTools.html")
82+
webbrowser.open("http://www.ftools.ca/")
8383

8484
def openHelp(self):
8585
webbrowser.open(currentPath + "/ftools_help.xml")

0 commit comments

Comments
 (0)