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/04 00:50:22 UTC

[41/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - Change default config file name

Change default config file name


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

Branch: refs/heads/master
Commit: 07653c959c02433031d11a94f934762d58bda1f8
Parents: 49839ae
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Aug 29 09:47:37 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Aug 29 09:47:37 2014 +1000

----------------------------------------------------------------------
 .../main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/07653c95/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
----------------------------------------------------------------------
diff --git a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
index 426ca4c..ae0f89a 100644
--- a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
+++ b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
@@ -115,7 +115,7 @@ package com.adobe.linguistics.spelling
 		private var _spellingservice:SpellingService = null;
 		
 		private static var _contextMenuEntries:Object = {enable:"Enable Spelling", disable:"Disable Spelling", add:"Add to dictionary"};
-		private static var _spellingConfigUrl:String = "AdobeSpellingConfig.xml";
+		private static var _spellingConfigUrl:String = "SpellingConfig.xml";
 		
 		private static var _UITable:Dictionary= new Dictionary();
 		private static var _parentTable:Dictionary= new Dictionary();