Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use a GRC category in XML files.
  • Loading branch information
drmpeg committed Jan 22, 2018
1 parent 5aebcb7 commit 7f2cbf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grc/paint_image_source.xml
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Image File Source</name>
<key>paint_image_source</key>
<category>Paint</category>
<category>[Paint]</category>
<import>import paint</import>
<make>paint.image_source($image_file, $image_flip, $bt709_map, $image_invert, $autocontrast, $repeatmode)</make>
<param>
Expand Down
2 changes: 1 addition & 1 deletion grc/paint_paint_bc.xml
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Spectrum Painter</name>
<key>paint_paint_bc</key>
<category>Paint</category>
<category>[Paint]</category>
<import>import paint</import>
<make>paint.paint_bc($width, $repeats, $equalization.val, $randomsrc.val, $randomsrc.ports)</make>
<param>
Expand Down

0 comments on commit 7f2cbf2

Please sign in to comment.