Code

fix reading style from prefs for tools
[inkscape.git] / share / extensions / color_desaturate.inx
index 5e25db5255c45071b639434b9165e52008b75a92..e249b8903cafb460bc0ff69bdbd4af7b032cdc78 100644 (file)
@@ -1,16 +1,17 @@
-<inkscape-extension>\r
-       <_name>Desaturate</_name>\r
-       <id>org.inkscape.color.desaturate</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_desaturate.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_desaturate.py</command>\r
-       </script>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+       <_name>Desaturate</_name>
+       <id>org.inkscape.color.desaturate</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_desaturate.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_desaturate.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file