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 2016/03/30 07:13:35 UTC

[05/38] git commit: [flex-utilities] [refs/heads/master] - fix title for example

fix title for example


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

Branch: refs/heads/master
Commit: fb055bfe68cadea0bdfa7d0fcbab68615aa65321
Parents: a0ffbf7
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Oct 27 08:20:09 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Oct 27 08:20:09 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/fb055bfe/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml
index adb0daa..bd36010 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml
@@ -22,7 +22,7 @@
 			   xmlns:mx="library://ns.adobe.com/flex/mx"
 			   xmlns:x="http://flex.apache.org/experimental/ns">
 	
-	<s:Panel title="Millisecond Format Example" width="100%" height="100%">
+	<s:Panel title="Masked TextInput Example" width="100%" height="100%">
 		<s:layout>
 			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
 		</s:layout>