diff options
Diffstat (limited to 'grc/python/Constants.py')
-rw-r--r-- | grc/python/Constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/python/Constants.py b/grc/python/Constants.py index b8dc9a96a1..5666a2378b 100644 --- a/grc/python/Constants.py +++ b/grc/python/Constants.py @@ -59,6 +59,7 @@ CORE_TYPES = ( #name, key, sizeof, color ('Integer 8', 's8', 1, '#FF66FF'), ('Message Queue', 'msg', 0, '#777777'), ('Async Message', 'message', 0, '#C0C0C0'), + ('Bus Connection', 'bus', 0, '#FFFFFF'), ('Wildcard', '', 0, '#FFFFFF'), ) |