changed to use apache flex icon

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/460c4509
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/460c4509
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/460c4509

Branch: refs/heads/develop
Commit: 460c4509c433dc3eda29b6b3c6468fa5b2d94b04
Parents: 96e9d8f
Author: Justin Mclean <jmcl...@apache.org>
Authored: Wed Jul 23 11:35:22 2014 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Wed Jul 23 11:35:22 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/controls/ButtonExample.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/460c4509/TourDeFlex/TourDeFlex3/src/controls/ButtonExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/controls/ButtonExample.mxml 
b/TourDeFlex/TourDeFlex3/src/controls/ButtonExample.mxml
index 15eb958..a2cc34a 100755
--- a/TourDeFlex/TourDeFlex3/src/controls/ButtonExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/controls/ButtonExample.mxml
@@ -43,7 +43,7 @@
 
              <!-- The button can contain an image, as in the "Button with 
Icon" button -->
              <!-- The button can contain an image, as in the "Button with 
Icon" button -->
-                        <mx:Button id="iconButton" 
icon="@Embed('assets/mm-icon.png')" label="Button with Icon"
+                        <mx:Button id="iconButton" 
icon="@Embed('assets/ApacheFlexIcon.png')" label="Button with Icon"
                             paddingLeft="12" paddingRight="18" 
labelPlacement="right" color="#993300" click="printMessage(event);"/>
 
              <!-- The size of the button and the label attributes can be 
customized -->

Reply via email to