From 9c8f240a63c7648f65e5afaaf043f2a048d3697e Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Fri, 22 Jun 2012 00:39:35 +0200 Subject: [PATCH] remove annoyingly hubristic source name --- grc/gen_osmosdr_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'