@@ -1484,69 +1484,69 @@ void QgisApp::about()
1484
1484
versionString += " )" ;
1485
1485
#ifdef HAVE_POSTGRESQL
1486
1486
1487
- versionString += tr (" with PostgreSQL support" );
1487
+ versionString += tr (" with PostgreSQL support" );
1488
1488
#else
1489
1489
1490
- versionString += tr (" (no PostgreSQL support)" );
1490
+ versionString += tr (" (no PostgreSQL support)" );
1491
1491
#endif
1492
- versionString += tr (" \n Compiled against Qt " ) + QT_VERSION_STR
1493
- + tr (" , running against Qt " ) + qVersion ();
1492
+ versionString += tr (" \n Compiled against Qt " ) + QT_VERSION_STR
1493
+ + tr (" , running against Qt " ) + qVersion ();
1494
1494
1495
1495
#ifdef WIN32
1496
- // special version stuff for windows (if required)
1497
- // versionString += "\nThis is a Windows preview release - not for production use";
1496
+ // special version stuff for windows (if required)
1497
+ // versionString += "\nThis is a Windows preview release - not for production use";
1498
1498
#endif
1499
1499
1500
- abt->setVersion (versionString);
1501
- QString urls = " <p align=\" center\" >" +
1502
- tr (" Quantum GIS is licensed under the GNU General Public License" ) +
1503
- " </p><p align=\" center\" >" +
1504
- tr (" http://www.gnu.org/licenses" ) +
1505
- " </p>" ;
1506
- abt->setURLs (urls);
1507
- QString watsNew = " <html><body>" + tr (" Version" ) + " " ;
1508
- watsNew += QGis::qgisVersion;
1509
- watsNew += " <h3>" + tr (" New features" ) + " </h3>" ;
1510
- watsNew += " <ul><li>"
1511
- + tr (" Python bindings - This is the major focus of this release "
1512
- " it is now possible to create plugins using python. It is also "
1513
- " possible to create GIS enabled applications written in python "
1514
- " that use the QGIS libraries."
1515
- )
1516
- + " </li>"
1517
- + " <li>"
1518
- + tr (" Removed automake build system - QGIS now needs CMake for compilation." )
1519
- + " </li>"
1520
- + " <li>"
1521
- + tr (" Many new GRASS tools added (with thanks to http://faunalia.it/)" )
1522
- + " </li>"
1523
- + " <li>"
1524
- + tr (" Map Composer updates" )
1525
- + " </li>"
1526
- + " <li>"
1527
- + tr (" Crash fix for 2.5D shapefiles" )
1528
- + " </li>"
1529
- + " <li>"
1530
- + tr (" The QGIS libraries have been refactored and better organised." )
1531
- + " </li>"
1532
- + " <li>"
1533
- + tr (" Improvements to the GeoReferencer" )
1534
- + " </li>"
1535
- + " <li>"
1536
- + tr (" Added locale options to options dialog." )
1537
- + " </li>"
1500
+ abt->setVersion (versionString);
1501
+ QString urls = " <p align=\" center\" >" +
1502
+ tr (" Quantum GIS is licensed under the GNU General Public License" ) +
1503
+ " </p><p align=\" center\" >" +
1504
+ tr (" http://www.gnu.org/licenses" ) +
1505
+ " </p>" ;
1506
+ abt->setURLs (urls);
1507
+ QString watsNew = " <html><body>" + tr (" Version" ) + " " ;
1508
+ watsNew += QGis::qgisVersion;
1509
+ watsNew += " <h3>" + tr (" New features" ) + " </h3>" ;
1510
+ watsNew += " <ul><li>"
1511
+ + tr (" Python bindings - This is the major focus of this release "
1512
+ " it is now possible to create plugins using python. It is also "
1513
+ " possible to create GIS enabled applications written in python "
1514
+ " that use the QGIS libraries."
1515
+ )
1516
+ + " </li>"
1517
+ + " <li>"
1518
+ + tr (" Removed automake build system - QGIS now needs CMake for compilation." )
1519
+ + " </li>"
1520
+ + " <li>"
1521
+ + tr (" Many new GRASS tools added (with thanks to http://faunalia.it/)" )
1522
+ + " </li>"
1523
+ + " <li>"
1524
+ + tr (" Map Composer updates" )
1525
+ + " </li>"
1526
+ + " <li>"
1527
+ + tr (" Crash fix for 2.5D shapefiles" )
1528
+ + " </li>"
1529
+ + " <li>"
1530
+ + tr (" The QGIS libraries have been refactored and better organised." )
1531
+ + " </li>"
1532
+ + " <li>"
1533
+ + tr (" Improvements to the GeoReferencer" )
1534
+ + " </li>"
1535
+ + " <li>"
1536
+ + tr (" Added locale options to options dialog." )
1537
+ + " </li>"
1538
1538
// + "<li>"
1539
- // + tr("")
1539
+ // + tr("X ")
1540
1540
// + "</li>"
1541
- + " </ul></body></html>" ;
1541
+ + " </ul></body></html>" ;
1542
1542
1543
1543
1544
- abt->setWhatsNew (watsNew);
1544
+ abt->setWhatsNew (watsNew);
1545
1545
1546
- // add the available plugins to the list
1547
- QString providerInfo = " <b>" + tr (" Available Data Provider Plugins" ) + " </b><br>" ;
1548
- abt->setPluginInfo (providerInfo + QgsProviderRegistry::instance ()->pluginList (true ));
1549
- QApplication::restoreOverrideCursor ();
1546
+ // add the available plugins to the list
1547
+ QString providerInfo = " <b>" + tr (" Available Data Provider Plugins" ) + " </b><br>" ;
1548
+ abt->setPluginInfo (providerInfo + QgsProviderRegistry::instance ()->pluginList (true ));
1549
+ QApplication::restoreOverrideCursor ();
1550
1550
}
1551
1551
abt->show ();
1552
1552
abt->raise ();
0 commit comments