Skip to content

Commit 6954c1a

Browse files
author
rduivenvoorde
committed
fix for #1139 wrong qgis-user-mailinglist-url in Help/About box
git-svn-id: http://svn.osgeo.org/qgis/trunk@8735 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 072a767 commit 6954c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ HELP US -- Please submit bug reports using the QGIS bug tracker at:
5353
SUPPORT - You can get support in the following ways:
5454
1. Using the QGIS community site at http://qgis.org
5555
2. Joining the qgis-users mailing list at:
56-
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
56+
http://lists.osgeo.org/mailman/listinfo/qgis-user
5757
3. Using IRC by joining the #qgis channel on irc.freenode.net.
5858
Please wait around for a response to your question as many
5959
folks on the channel are doing other things and it may take a

src/app/qgsabout.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void QgsAbout::on_listBox1_currentItemChanged(QListWidgetItem *theItem)
225225
void QgsAbout::on_btnQgisUser_clicked()
226226
{
227227
// find a browser
228-
QString url = "http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user";
228+
QString url = "http://lists.osgeo.org/mailman/listinfo/qgis-user";
229229
openUrl(url);
230230
}
231231

0 commit comments

Comments
 (0)