From: ozmikepittman Date: Thu, 1 May 2008 02:14:30 +0000 (+0000) Subject: Added grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3e318ed7c79be627ce848a45c0e2e8f2be80ffea;p=inkscape.git Added grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522. --- diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index a79111a0a..84266d19f 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -55,6 +55,7 @@ extensions = \ funcplot.py \ gears.py\ gimp_xcf.py \ + grid_polar.py \ handles.py \ ill2svg.pl \ inkex.py \ @@ -159,6 +160,7 @@ modules = \ funcplot.inx \ gears.inx\ gimp_xcf.inx \ + grid_polar.inx \ handles.inx \ inkscape_help_askaquestion.inx \ inkscape_help_commandline.inx \