aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-06-22 00:39:35 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-06-22 00:39:35 +0200
commit9c8f240a63c7648f65e5afaaf043f2a048d3697e (patch)
treed964537834e2c8c8c9f0eb2cd4dc409989967f70 /grc
parentb7c06541c33486f778fbf133b3ea0f8983dc06b2 (diff)
remove annoyingly hubristic source name
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index a36cca5..8e9fbc2 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -221,7 +221,7 @@ if __name__ == '__main__':
head, tail = os.path.split(file)
if tail.startswith('rtlsdr'):
- title = 'RTLSDR (official)'
+ title = 'RTLSDR'
prefix = 'rtlsdr'
elif tail.startswith('osmosdr'):
title = 'OsmoSDR'