Skip to content

Commit

Permalink
fix success icon for message bar items
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 22, 2017
1 parent d1dd732 commit aace710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmessagebaritem.cpp
Expand Up @@ -100,7 +100,7 @@ void QgsMessageBarItem::writeContent()
msgIcon = QStringLiteral( "/mIconWarning.svg" );
break;
case QgsMessageBar::SUCCESS:
msgIcon = QStringLiteral( "/mIconSuccess.png" );
msgIcon = QStringLiteral( "/mIconSuccess.svg" );
break;
default:
break;
Expand Down

0 comments on commit aace710

Please sign in to comment.