Skip to content

Commit b64cffa

Browse files
author
macho
committedNov 3, 2009
fixing URL in about box
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11913 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/fTools/doAbout.py

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.