mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
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:
parent
9cf1e01c47
commit
e6fc5e7d38
2
README
2
README
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user