Skip to content

Commit

Permalink
Followup ff788db
Browse files Browse the repository at this point in the history
Commit ff788db unintentionally inverted the meaning of the ifdef check
  • Loading branch information
m-kuhn committed Feb 15, 2015
1 parent e2e23f0 commit 707e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmessagelogviewer.cpp
Expand Up @@ -49,7 +49,7 @@ QgsMessageLogViewer::~QgsMessageLogViewer()

void QgsMessageLogViewer::logMessage( QString message, QString tag, QgsMessageLog::MessageLevel level )
{
#ifdef ANDROID
#ifndef ANDROID
mButton->setToolTip( tr( "Message(s) logged." ) );
#endif

Expand Down

0 comments on commit 707e2bd

Please sign in to comment.