Mercurial > MadButterfly
view inkscape/MB_EditButton.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 | 1958bb2a87a2 |
children |
line wrap: on
line source
<inkscape-extension> <name>Edit Button</name> <id>MadButterfly.EditButton</id> <dependency type="executable" location="extensions">MB_EditButton.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <effect> <object-type>any</object-type> <effects-menu> <submenu _name="MadButterfly"> <submenu _name="Button"/> </submenu> </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">MB_EditButton.py</command> </script> </inkscape-extension>