Skip to content

Commit

Permalink
Follow up for Fix #8411
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Aug 8, 2013
1 parent ee26898 commit 33c288a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -338,7 +338,7 @@ void myMessageOutput( QtMsgType type, const char *msg )
#ifdef QGISDEBUG
// Print all warnings except setNamedColor.
// Only seems to happen on windows
if ( 0 != strncmp( msg, "QColor::setNamedColor:", 22 ) )
if ( 0 != strncmp( msg, "QColor::setNamedColor: Unknown color name 'param", 48 ) )
{
// TODO: Verify this code in action.
dumpBacktrace( 20 );
Expand Down

0 comments on commit 33c288a

Please sign in to comment.