Skip to content

Commit ad4afaf

Browse files
author
g_j_m
committed
Fix a spelling mistake in debug message
git-svn-id: http://svn.osgeo.org/qgis/trunk@6045 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9363301 commit ad4afaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2684,7 +2684,7 @@ bool QgisApp::addProject(QString projectFile)
26842684
int myBlueInt = QgsProject::instance()->readNumEntry("Gui","/CanvasColorBluePart",255);
26852685
QColor myColor = QColor(myRedInt,myGreenInt,myBlueInt);
26862686
mMapCanvas->setCanvasColor(myColor); //this is fill colour before rendering starts
2687-
qDebug("Canvas bacground color restored...");
2687+
qDebug("Canvas background color restored...");
26882688

26892689
emit projectRead(); // let plug-ins know that we've read in a new
26902690
// project so that they can check any project

0 commit comments

Comments
 (0)