Skip to content

Commit

Permalink
Fix a spelling mistake in debug message
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6045 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Nov 2, 2006
1 parent bd4e26f commit 43eee2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgisapp.cpp
Expand Up @@ -2684,7 +2684,7 @@ bool QgisApp::addProject(QString projectFile)
int myBlueInt = QgsProject::instance()->readNumEntry("Gui","/CanvasColorBluePart",255);
QColor myColor = QColor(myRedInt,myGreenInt,myBlueInt);
mMapCanvas->setCanvasColor(myColor); //this is fill colour before rendering starts
qDebug("Canvas bacground color restored...");
qDebug("Canvas background color restored...");

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

0 comments on commit 43eee2b

Please sign in to comment.