diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-02 12:12:48 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 10:37:53 -0400 |
commit | 9ce3e6b3f658b9273f048e1a3580be65dc08bef1 (patch) | |
tree | 75f84b463de6c2d3a96fcfeaf9da5bd3e9bc89dc /gr-fft | |
parent | f518ef31d68e55f4e9dca41ae57a64551da0085a (diff) |
grc: removed 'old' grc keys from block_tree.
This does not remove the actual GRC files, just how we find them in the block tree structure of GRC.
Renames all blocks not updated to 3.7 style as "(old)" in name.
Diffstat (limited to 'gr-fft')
-rw-r--r-- | gr-fft/grc/fft_block_tree.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/grc/fft_block_tree.xml b/gr-fft/grc/fft_block_tree.xml index 3bda77eae1..3a81ee76e9 100644 --- a/gr-fft/grc/fft_block_tree.xml +++ b/gr-fft/grc/fft_block_tree.xml @@ -29,7 +29,7 @@ <cat> <name></name> <!-- Blank for Root Name --> <cat> - <name>FFT</name> + <name>Fourier Analysis</name> <block>fft_vxx</block> <block>goertzel_fc</block> </cat> |