Esanders has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/278553

Change subject: Convert a few more icons to SVG
......................................................................

Convert a few more icons to SVG

Change-Id: I3a364720161ede8045c5a3f7cf51923966266c56
---
M Echo.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/53/278553/1

diff --git a/Echo.php b/Echo.php
index 4f59f5c..294680f 100644
--- a/Echo.php
+++ b/Echo.php
@@ -274,7 +274,7 @@
 //   $wgEchoNotificationIcons['site']['url']
 $wgEchoNotificationIcons = array(
        'placeholder' => array(
-               'path' => "$echoIconPath/Generic.png",
+               'path' => "$echoIconPath/generic.svg",
        ),
        'trash' => array(
                'path' => "$echoIconPath/trash.svg",
@@ -313,7 +313,7 @@
                'path' => "$echoIconPath/Reviewed.png",
        ),
        'gratitude' => array(
-               'path' => "$echoIconPath/Gratitude.png",
+               'path' => "$echoIconPath/gratitude.svg",
        ),
        'user-rights' => array(
                'path' => "$echoIconPath/user-rights.svg",

-- 
To view, visit https://gerrit.wikimedia.org/r/278553
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a364720161ede8045c5a3f7cf51923966266c56
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to