File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -178,13 +178,11 @@ void QgsAbout::init()
178
178
if ( donorsFile.open ( QIODevice::ReadOnly ) )
179
179
{
180
180
QString donorsHTML = " "
181
- + tr ( " <p>The following individuals and institutions have contributed "
182
- " money to fund QGIS development and other project costs</p>" )
183
- + " <hr>"
184
- " <table width='100%'>"
185
- " <tr><th>" + tr ( " Name" ) + " </th>"
186
- " <th>" + tr ( " Website" ) + " </th></tr>" ;
187
- QString website;
181
+ + tr ( " <p>For a list of individuals and institutions who have contributed "
182
+ " money to fund QGIS development and other project costs see "
183
+ " <a href=\" http://qgis.org/en/sponsorship/donors.html\" >"
184
+ " http://qgis.org/en/sponsorship/donors.html</a></p>" );
185
+ /* QString website;
188
186
QTextStream donorsStream( &donorsFile );
189
187
// Always use UTF-8
190
188
donorsStream.setCodec( "UTF-8" );
@@ -208,7 +206,7 @@ void QgsAbout::init()
208
206
// close the row
209
207
donorsHTML += "</tr>";
210
208
}
211
- donorsHTML += " </table>" ;
209
+ donorsHTML += "</table>";*/
212
210
213
211
QString myStyle = QgsApplication::reportStyleSheet ();
214
212
txtDonors->clear ();
You can’t perform that action at this time.
0 commit comments