Skip to content

Commit

Permalink
Changed URL for qgis-user mailing list to point to new location.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5056 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Mar 18, 2006
1 parent 1935774 commit 9a19f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsabout.cpp
Expand Up @@ -142,7 +142,7 @@ void QgsAbout::on_listBox1_currentItemChanged(QListWidgetItem *theItem)
void QgsAbout::on_btnQgisUser_clicked()
{
// find a browser
QString url = "http://lists.sourceforge.net/lists/listinfo/qgis-user";
QString url = "http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user";
openUrl(url);
}

Expand Down

0 comments on commit 9a19f85

Please sign in to comment.