Skip to content

Commit

Permalink
fix for #1139 wrong qgis-user-mailinglist-url in Help/About box
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8735 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rduivenvoorde committed Jul 8, 2008
1 parent 072a767 commit 6954c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -53,7 +53,7 @@ HELP US -- Please submit bug reports using the QGIS bug tracker at:
SUPPORT - You can get support in the following ways:
1. Using the QGIS community site at http://qgis.org
2. Joining the qgis-users mailing list at:
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
http://lists.osgeo.org/mailman/listinfo/qgis-user
3. Using IRC by joining the #qgis channel on irc.freenode.net.
Please wait around for a response to your question as many
folks on the channel are doing other things and it may take a
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsabout.cpp
Expand Up @@ -225,7 +225,7 @@ void QgsAbout::on_listBox1_currentItemChanged(QListWidgetItem *theItem)
void QgsAbout::on_btnQgisUser_clicked()
{
// find a browser
QString url = "http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user";
QString url = "http://lists.osgeo.org/mailman/listinfo/qgis-user";
openUrl(url);
}

Expand Down

0 comments on commit 6954c1a

Please sign in to comment.