This is an automated email from the ASF dual-hosted git repository.

hiedra pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new e9ce0bda63 Normalized names FontAwesome6IconType
e9ce0bda63 is described below

commit e9ce0bda6315b2375211cbbbf01cdc3283a181a0
Author: hiedra <[email protected]>
AuthorDate: Thu Apr 18 03:37:04 2024 +0200

    Normalized names FontAwesome6IconType
---
 frameworks/projects/Icons/src/main/royale/FontAwesome6IconType.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Icons/src/main/royale/FontAwesome6IconType.as 
b/frameworks/projects/Icons/src/main/royale/FontAwesome6IconType.as
index e8445ee394..d8be82ad88 100644
--- a/frameworks/projects/Icons/src/main/royale/FontAwesome6IconType.as
+++ b/frameworks/projects/Icons/src/main/royale/FontAwesome6IconType.as
@@ -49,9 +49,9 @@ package
                public static const N2:String = "2";
                public static const N3:String = "3";
                public static const N4:String = "4";
-               public static const 42_GROUP:String = "42-group";
+               public static const INNOSOFT_42_GROUP:String = "42-group";
                public static const N5:String = "5";
-               public static const 500PX:String = "500px";
+               public static const F500PX:String = "500px";
                public static const N6:String = "6";
                public static const N7:String = "7";
                public static const N8:String = "8";

Reply via email to