Skip to content

Commit 247fa7b

Browse files
committed
Deblin removed
1 parent d991f1d commit 247fa7b

File tree

7 files changed

+2
-1834
lines changed

7 files changed

+2
-1834
lines changed

dbl.txt

Whitespace-only changes.

images/splash/deblin.png

-277 KB
Binary file not shown.

images/splash/splash.png

8.25 KB
Loading

images/splash/splash.png.orig

-427 KB
Binary file not shown.

resources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
INSTALL(FILES srs.db qgis.db qgis_help.db symbology-ng-style.xml spatialite.db customization.xml customization.ini
2+
INSTALL(FILES srs.db qgis.db qgis_help.db symbology-ng-style.xml spatialite.db customization.xml
33
DESTINATION ${QGIS_DATA_DIR}/resources)
44

55
SUBDIRS(context_help)

resources/customization.ini

Lines changed: 0 additions & 1832 deletions
This file was deleted.

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ static void setTitleBarText_( QWidget & qgisApp )
300300
{
301301
caption += " - " + QgsProject::instance()->title();
302302
}
303-
caption = QgisApp::tr( "Quantum GIS pro Deblin" ); //for dbl
303+
304304
qgisApp.setWindowTitle( caption );
305305
} // setTitleBarText_( QWidget * qgisApp )
306306

0 commit comments

Comments
 (0)