[QGIS Commit] r8735 - in trunk/qgis: . src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Jul 8 06:45:42 EDT 2008
Author: rduivenvoorde
Date: 2008-07-08 06:45:42 -0400 (Tue, 08 Jul 2008)
New Revision: 8735
Modified:
trunk/qgis/README
trunk/qgis/src/app/qgsabout.cpp
Log:
fix for #1139 wrong qgis-user-mailinglist-url in Help/About box
Modified: trunk/qgis/README
===================================================================
--- trunk/qgis/README 2008-07-08 10:31:41 UTC (rev 8734)
+++ trunk/qgis/README 2008-07-08 10:45:42 UTC (rev 8735)
@@ -53,7 +53,7 @@
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
Modified: trunk/qgis/src/app/qgsabout.cpp
===================================================================
--- trunk/qgis/src/app/qgsabout.cpp 2008-07-08 10:31:41 UTC (rev 8734)
+++ trunk/qgis/src/app/qgsabout.cpp 2008-07-08 10:45:42 UTC (rev 8735)
@@ -225,7 +225,7 @@
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);
}
More information about the QGIS-commit
mailing list