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/09/05 04:41:32 UTC

git commit: [flex-utilities] [refs/heads/develop] - added ® to Apache Flex

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 9e25022ee -> d93f33563


added ® to Apache Flex


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

Branch: refs/heads/develop
Commit: d93f3356347b2b5fbb340b43884ffb466b12adde
Parents: 9e25022
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Sep 5 12:41:18 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Sep 5 12:41:18 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.mxml | 2 +-
 TourDeFlex/TourDeFlex3/src/index.html    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d93f3356/TourDeFlex/TourDeFlex3/src/explorer.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.mxml b/TourDeFlex/TourDeFlex3/src/explorer.mxml
index 059f687..b753545 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.mxml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.mxml
@@ -26,7 +26,7 @@
 
 		static protected const VERSION:String = "1.1";	
 		static protected const TITLE:String = "Tour De Flex Component Explorer";
-		static protected const FULL_TITLE:String = "Apache Flex™ Tour De Flex Component Explorer " + VERSION;
+		static protected const FULL_TITLE:String = "Apache Flex® Tour De Flex Component Explorer " + VERSION;
 
 		[Embed(source="explorer.xml", mimeType="application/octet-stream")]
 		private var XMLData:Class;

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d93f3356/TourDeFlex/TourDeFlex3/src/index.html
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/index.html b/TourDeFlex/TourDeFlex3/src/index.html
index 8cac3d3..8257541 100755
--- a/TourDeFlex/TourDeFlex3/src/index.html
+++ b/TourDeFlex/TourDeFlex3/src/index.html
@@ -17,7 +17,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>Apache Flex Tour De Flex Component Explorer</title>
+<title>Apache Flex® Tour De Flex Component Explorer</title>
 <script src="AC_OETags.js" language="javascript"></script>
 <style>
 body { margin: 0px; overflow:hidden }