Skip to content

Commit

Permalink
update success icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Dec 15, 2014
1 parent b6632a8 commit dbc801f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -476,6 +476,7 @@
<file>themes/default/cadtools/lock.png</file>
<file>themes/default/cadtools/parallel.png</file>
<file>themes/default/cadtools/perpendicular.png</file>
<file>themes/default/mIconSuccess.png</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
Binary file added images/themes/default/mIconSuccess.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/gui/qgsmessagebaritem.cpp
Expand Up @@ -112,7 +112,7 @@ void QgsMessageBarItem::writeContent()
msgIcon = QString( "/mIconWarn.png" );
break;
case QgsMessageBar::SUCCESS:
msgIcon = QString( "/mActionCheckQgisVersion.png" );
msgIcon = QString( "/mIconSuccess.png" );
break;
default:
break;
Expand Down

0 comments on commit dbc801f

Please sign in to comment.