fix for #1139 wrong qgis-user-mailinglist-url in Help/About box

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8735 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
rduivenvoorde 2008-07-08 10:45:42 +00:00
parent 9cf1e01c47
commit e6fc5e7d38
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -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

View File

@ -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);
}