<macromedia-extension
	name="ALT Text Commands"
	version="1.0"
	type="Command">

	<!-- List the required/compatible products -->
	
	<products>
		<product name="Fireworks" version="6" primary="true" /> 
	</products> 

	<!-- Describe the author -->
	
	<author name="Macromedia" />

	<!-- Describe the extension -->
	
	<description>
	<![CDATA[
	Commands include Select Blank ALT Text and Set ALT Text.<BR>
	The Select Blank ALT Text command selects slices and hotspots with blank ALT text.<BR>
	The Set ALT Text command gives an ALT text to all images that do not currently have an ALT text.
	]]>
	</description>

	<!-- Describe where the extension shows in the UI of the product -->

	<ui-access>
	<![CDATA[
	To use one of these commands, choose Commands > Web, and then choose the command from the submenu.
	]]>
	</ui-access>

	<!-- Describe the files that comprise the extension -->
	
	<files>
		<file name="Select Blank ALT Text.jsf" destination="$fireworks/configuration/commands/Web/" />
		<file name="Set ALT Text.jsf" destination="$fireworks/configuration/commands/Web/" />
	</files>

	<!-- Describe the changes to the configuration -->
	
	<configuration-changes>
	</configuration-changes>

</macromedia-extension>