Skip to content

Commit

Permalink
fixing URL in about box
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11913 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
macho committed Nov 3, 2009
1 parent e8304fd commit 1bf41d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/fTools/doAbout.py
Expand Up @@ -79,7 +79,7 @@ def getText(self):
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")
Expand Down

0 comments on commit 1bf41d8

Please sign in to comment.