constant missing - use mac one for linux

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

Branch: refs/heads/master
Commit: a810461ca09d0ac6f9151c60c1070c1adb3711be
Parents: fa1a2e7
Author: Justin Mclean <[email protected]>
Authored: Mon Jun 17 20:47:14 2013 +1000
Committer: Justin Mclean <[email protected]>
Committed: Mon Jun 17 20:47:14 2013 +1000

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/a810461c/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml 
b/installer/src/InstallApacheFlex.mxml
index f4cf94e..f1370c7 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -916,7 +916,7 @@ variables are not required because the locations of these 
pieces are known.
                        
updateActivityStep(_viewResourceConstants.STEP_REQUIRED_INSTALL_ADOBE_AIR_SDK, 
StepItem.ACTIVE);
                        
                        try {
-                               
log(_viewResourceConstants.INFO_DOWNLOADING_AIR_RUNTIME_KIT_LINUX + 
ADOBE_AIR_SDK_LINUX_URL);
+                               
log(_viewResourceConstants.INFO_DOWNLOADING_AIR_RUNTIME_KIT_MAC + 
ADOBE_AIR_SDK_LINUX_URL);
                                _adobeAIRSDKZipFile = 
File.userDirectory.resolvePath(_flexTemp + File.separator + 
ADOBE_AIR_SDK_LINUX_FILE);
                                copyOrDownload(ADOBE_AIR_SDK_LINUX_URL, 
handleAIRSDKDownload, _adobeAIRSDKZipFile, handleAIRSDKDownloadError);
                        } catch (e:Error) {

Reply via email to