You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/01/20 00:15:59 UTC

[royale-asjs] branch develop updated: fix a typo

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

carlosrovira 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 a6551bc  fix a typo
     new d1ff97f  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
a6551bc is described below

commit a6551bcb5893eacacecd78e0b59178ca5250d546
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Jan 20 01:15:13 2019 +0100

    fix a typo
---
 frameworks/projects/Icons/src/main/royale/MaterialIconType.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
index 7d8fa35..3687780 100644
--- a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
+++ b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
@@ -1080,6 +1080,6 @@ package
         public static const TRIP_ORIGIN:String = 'trip_origin';
         public static const CHECK_CIRCLE_OUTLINE:String = 'check_circle_outline';
         public static const WORK_OFF:String = 'work_off';
-        public static const PRINT_DISABLE:String = 'print_disable';
+        public static const PRINT_DISABLED:String = 'print_disabled';
     }
 }