Repository: flex-utilities Updated Branches: refs/heads/develop 49839ae08 -> 57e223804
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/develop Commit: 07653c959c02433031d11a94f934762d58bda1f8 Parents: 49839ae Author: Justin Mclean <[email protected]> Authored: Fri Aug 29 09:47:37 2014 +1000 Committer: Justin Mclean <[email protected]> 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();
