fix path to image

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

Branch: refs/heads/develop
Commit: 84e898f48f6c7eed609b69faa66d1a1c91bc028a
Parents: 88a9fd6
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sat Aug 9 13:58:26 2014 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sat Aug 9 13:58:26 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/84e898f4/TourDeFlex/TourDeFlex3/src/explorer.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.mxml 
b/TourDeFlex/TourDeFlex3/src/explorer.mxml
index 702ee01..a27025a 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.mxml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.mxml
@@ -56,7 +56,7 @@
        </fx:Declarations>
        
        <mx:HBox width="100%">
-               <mx:Image source="./controls/assets/ApacheFlexIcon.png" />
+               <mx:Image source="./mx/controls/assets/ApacheFlexIcon.png" />
                <mx:Label text="{FULL_TITLE}" fontSize="20" fontWeight="bold" />
        </mx:HBox>
     <mx:HDividedBox width="100%" height="100%">

Reply via email to