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 <[email protected]> Authored: Sat Aug 9 18:22:26 2014 +1000 Committer: Justin Mclean <[email protected]> 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
