[QGIS Commit] r14626 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Nov 13 18:59:32 EST 2010


Author: brushtyler
Date: 2010-11-13 15:59:32 -0800 (Sat, 13 Nov 2010)
New Revision: 14626

Modified:
   trunk/qgis/src/app/qgsabout.cpp
Log:
modified the donors page


Modified: trunk/qgis/src/app/qgsabout.cpp
===================================================================
--- trunk/qgis/src/app/qgsabout.cpp	2010-11-13 23:54:53 UTC (rev 14625)
+++ trunk/qgis/src/app/qgsabout.cpp	2010-11-13 23:59:32 UTC (rev 14626)
@@ -178,13 +178,11 @@
   if ( donorsFile.open( QIODevice::ReadOnly ) )
   {
     QString donorsHTML = ""
-                         + tr( "<p>The following individuals and institutions have contributed "
-                               "money to fund QGIS development and other project costs</p>" )
-                         + "<hr>"
-                         "<table width='100%'>"
-                         "<tr><th>" + tr( "Name" ) + "</th>"
-                         "<th>" + tr( "Website" ) + "</th></tr>";
-    QString website;
+                         + tr( "<p>For a list of individuals and institutions who have contributed "
+                               "money to fund QGIS development and other project costs see "
+                               "<a href=\"http://qgis.org/en/sponsorship/donors.html\">"
+                               "http://qgis.org/en/sponsorship/donors.html</a></p>" );
+    /*QString website;
     QTextStream donorsStream( &donorsFile );
     // Always use UTF-8
     donorsStream.setCodec( "UTF-8" );
@@ -208,7 +206,7 @@
       // close the row
       donorsHTML += "</tr>";
     }
-    donorsHTML += "</table>";
+    donorsHTML += "</table>";*/
 
     QString myStyle = QgsApplication::reportStyleSheet();
     txtDonors->clear();



More information about the QGIS-commit mailing list