You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/23 06:45:15 UTC

[08/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - add missing assets

add missing assets


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

Branch: refs/heads/master
Commit: e5b06152a0bde4444027231b8faffa853122e67b
Parents: 1ff24b4
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Aug 9 18:22:26 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Aug 9 18:22:26 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/e5b06152/TourDeFlex/TourDeFlex3/src/spark/other/Cursor2Example.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/spark/other/Cursor2Example.mxml b/TourDeFlex/TourDeFlex3/src/spark/other/Cursor2Example.mxml
index 97759e6..970be50 100644
--- a/TourDeFlex/TourDeFlex3/src/spark/other/Cursor2Example.mxml
+++ b/TourDeFlex/TourDeFlex3/src/spark/other/Cursor2Example.mxml
@@ -31,7 +31,7 @@
 			
 			private var cursorID:Number = 0;
 			// Embed the cursor symbol.
-			[Embed(source="aircursor.png")]
+			[Embed(source="assets/ApacheFlexIcon.png")]
 			private var waitCursorSymbol:Class;           
 			
 			private function setCursor(cursorType:String):void