Skip to content

Commit

Permalink
fix macox build problem
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12170 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 18, 2009
1 parent ad9a0fe commit e193b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgscontexthelp.cpp
Expand Up @@ -105,8 +105,8 @@ void QgsContextHelp::showContext( QString context )
#ifdef QGSCONTEXTHELP_REUSE
// Send context to process
QTextStream os( mSocket );
os << contextId << "\n";
QgsDebugMsg( QString( "Sending help process context %1" ).arg( contextId ) );
os << context << "\n";
QgsDebugMsg( QString( "Sending help process context %1" ).arg( context ) );
#else
// Should be NULL here unless previous process termination failed
// (if it did fail, we abandon the process and delete the object reference)
Expand Down

0 comments on commit e193b5b

Please sign in to comment.