You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2012/10/10 22:12:02 UTC

svn commit: r1396771 - /incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml

Author: bigosmallm
Date: Wed Oct 10 20:12:01 2012
New Revision: 1396771

URL: http://svn.apache.org/viewvc?rev=1396771&view=rev
Log:
Fixed issue where failure of apache sdk download would show up as air sdk download error.  

Modified:
    incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml

Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml?rev=1396771&r1=1396770&r2=1396771&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml (original)
+++ incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml Wed Oct 10 20:12:01 2012
@@ -750,7 +750,7 @@ variables are not required because the l
 		}
 		
 		protected function handleApacheFlexSDKDownloadError(event:*=null):void{
-			updateActivityStep(_viewResourceConstants.STEP_REQUIRED_INSTALL_ADOBE_AIR_SDK, StepItem.ERROR);
+			updateActivityStep(_viewResourceConstants.STEP_REQUIRED_INSTALL_APACHE_FLEX_SDK, StepItem.ERROR);
 			log(_viewResourceConstants.ERROR_UNABLE_TO_DOWNLOAD_FLEX_SDK);
 			abortInstallation();
 		}