Code

Fixed const/non-const mismatch loop.
[inkscape.git] / share / extensions / jessyInk_masterSlide.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3   <_name>Master slide</_name>
4   <id>jessyink.masterSlide</id>
5   <dependency type="executable" location="extensions">inkex.py</dependency>
6   <dependency type="executable" location="extensions">jessyInk_masterSlide.py</dependency>
7   <param name="tab" type="notebook">
8     <page name="settings" _gui-text="Settings">
9                         <param name="layerName" type="string" _gui-text="Name of layer:"></param>
10       <_param name="info_text" type="description">If no layer name is supplied, the master slide is unset.</_param>
11                 </page>
12     <page name="help" _gui-text="Help">
13       <_param name="help_text" type="description">This extension allows you to change the master slide JessyInk uses. Please see code.google.com/p/jessyink for more details.</_param>
14     </page>
15   </param>
16   <effect>
17     <object-type>g</object-type>
18       <effects-menu>
19         <submenu _name="JessyInk"/>
20       </effects-menu>
21   </effect>
22   <script>
23     <command reldir="extensions" interpreter="python">jessyInk_masterSlide.py</command>
24   </script>
25 </inkscape-extension>