view inkscape/MB_assignSymbol.inx @ 1269:97302d2a0a1d

Raise an error for the error. - Never silent fault - If it is fault, it should be fault. - Don't make fault silent. - fix the fault. - the ID should be in the map, but it is not. It is really a fault.
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 12 Jan 2011 20:59:38 +0800
parents 1d485bf96480
children
line wrap: on
line source

<inkscape-extension>
    <name>Convert to Symbol</name>
    <id>MadButterfly.ConvertSymbol</id>
	<dependency type="executable" location="extensions">AssignSymbol.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
    <effect>
		<object-type>group</object-type>
		<effects-menu>
			<submenu _name="MadButterfly"/>
		</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">AssignSymbol.py</command>
    </script>
</inkscape-extension>