From 49b9b5ba9a14e1c632ebdd3a90ccc0a533c73f70 Mon Sep 17 00:00:00 2001
From: SanyaNegi <sanya@sanya-HP-Notebook>
Date: Sat, 9 Mar 2019 06:43:34 +0530
Subject: [PATCH 1/3] MDL 58581: added a styleparagraph icon png file to the
 pix  folder to act as a replacement for styleprops

---
 pix/e/styleparagraph.png | Bin 0 -> 346 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 pix/e/styleparagraph.png

diff --git a/pix/e/styleparagraph.png b/pix/e/styleparagraph.png
new file mode 100644
index 0000000000000000000000000000000000000000..a2d91f3359fe2a9a98cdf827bb6f2956a2294af5
GIT binary patch
literal 346
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>4nJ
zFsg$vWAC01XMlo|C9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dH_jGX#
zvFN=!aiQN)2LadfZ-crW7Zk9x-&Xs};9+1<!DUjzUEfgOrS5T|;?|aV6CN<MAKEUy
zSy5MCwN(G1%H+GA@6O!0+3LGEF(~wE*}UiG+x#1B6=tu9J|YqRN32C)+P3u#{+{0_
z&11Oqb6$$JXMQ%{t6g>+ihFLviMbYXUfA~5vVdJDXwFdy_jUC$DUsXeFS9*&xBkk4
z_rI@~*lt_P`BzFg@v;g3B)`UVPx)=-jfW$(8A@Wy6<><o*jPKI>wil2j47!<S!0$<
m*gaAS{%<q8{zAg%8fIrVJARcEiPb<aGI+ZBxvX<aXaWGvafN#T

literal 0
HcmV?d00001

-- 
2.7.4

From e20557c82e424736218d7e40a4f33d47cb3d8130 Mon Sep 17 00:00:00 2001
From: SanyaNegi <sanya@sanya-HP-Notebook>
Date: Sat, 9 Mar 2019 06:46:05 +0530
Subject: [PATCH 1/2] MDL 58581: Changed the icon from styleprops to
 styleparagraph (which is better)

---
 lib/editor/atto/plugins/title/yui/src/button/js/button.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/editor/atto/plugins/title/yui/src/button/js/button.js b/lib/editor/atto/plugins/title/yui/src/button/js/button.js
index 80bfad1..d2d9027 100644
--- a/lib/editor/atto/plugins/title/yui/src/button/js/button.js
+++ b/lib/editor/atto/plugins/title/yui/src/button/js/button.js
@@ -65,7 +65,7 @@ Y.namespace('M.atto_title').Button = Y.Base.create('button', Y.M.editor_atto.Edi
             });
         });
         this.addToolbarMenu({
-            icon: 'e/styleprops',
+            icon: 'e/styleparagraph',
             globalItemConfig: {
                 callback: this._changeStyle
             },
-- 
2.7.4


From 011934cdcd5134b549d89658c8d81703b137c432 Mon Sep 17 00:00:00 2001
From: SanyaNegi <sanya@sanya-HP-Notebook>
Date: Sat, 9 Mar 2019 07:01:32 +0530
Subject: [PATCH 2/2] MDL-58581: added fontawesome icon mapping by mapping
 'core:e/styleparagraph' => 'fa-paragraph'

---
 lib/classes/output/icon_system_fontawesome.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/classes/output/icon_system_fontawesome.php b/lib/classes/output/icon_system_fontawesome.php
index 8d9672f..582d5e6 100644
--- a/lib/classes/output/icon_system_fontawesome.php
+++ b/lib/classes/output/icon_system_fontawesome.php
@@ -156,7 +156,7 @@ class icon_system_fontawesome extends icon_system_font {
             'core:e/spellcheck' => 'fa-check',
             'core:e/split_cells' => 'fa-columns',
             'core:e/strikethrough' => 'fa-strikethrough',
-            'core:e/styleprops' => 'fa-info',
+            'core:e/styleparagraph' => 'fa-paragraph',
             'core:e/subscript' => 'fa-subscript',
             'core:e/superscript' => 'fa-superscript',
             'core:e/table_props' => 'fa-table',
-- 
2.7.4

