Deblin removed

This commit is contained in:
Radim Blazek 2011-05-16 15:35:20 +02:00
parent d991f1d481
commit 247fa7b3e8
7 changed files with 2 additions and 1834 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 KiB

View File

@ -1,5 +1,5 @@
INSTALL(FILES srs.db qgis.db qgis_help.db symbology-ng-style.xml spatialite.db customization.xml customization.ini
INSTALL(FILES srs.db qgis.db qgis_help.db symbology-ng-style.xml spatialite.db customization.xml
DESTINATION ${QGIS_DATA_DIR}/resources)
SUBDIRS(context_help)

File diff suppressed because it is too large Load Diff

View File

@ -300,7 +300,7 @@ static void setTitleBarText_( QWidget & qgisApp )
{
caption += " - " + QgsProject::instance()->title();
}
caption = QgisApp::tr( "Quantum GIS pro Deblin" ); //for dbl
qgisApp.setWindowTitle( caption );
} // setTitleBarText_( QWidget * qgisApp )