jenkins-bot has submitted this change and it was merged.

Change subject: Adding new custom icon
......................................................................


Adding new custom icon

Change-Id: I8e3d2bc7cadbf321bbe504d17621c99c035c978d
---
A ThankYou.png
M Thanks.hooks.php
2 files changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Bsitu: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/ThankYou.png b/ThankYou.png
new file mode 100644
index 0000000..836147f
--- /dev/null
+++ b/ThankYou.png
Binary files differ
diff --git a/Thanks.hooks.php b/Thanks.hooks.php
index 6e752d0..cd6950e 100644
--- a/Thanks.hooks.php
+++ b/Thanks.hooks.php
@@ -134,7 +134,11 @@
                        'email-body-params' => array( 'agent', 'title', 
'difflink', 'email-footer' ),
                        'email-body-batch-message' => 
'notification-thanks-email-batch-body',
                        'email-body-batch-params' => array( 'agent', 'title' ),
-                       'icon' => 'gratitude',
+                       'icon' => 'thanks',
+               );
+
+               $icons['thanks'] = array(
+                       'path' => 'Thanks/ThankYou.png',
                );
 
                return true;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8e3d2bc7cadbf321bbe504d17621c99c035c978d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
Gerrit-Reviewer: Bsitu <[email protected]>
Gerrit-Reviewer: EBernhardson (WMF) <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to