summaryrefslogtreecommitdiff
path: root/grc/python/Constants.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2012-11-30 23:00:33 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2012-11-30 23:00:33 -0800
commit9b35156c927b6085c7fe3796542501a6aa6bcbbd (patch)
tree73b62f0e1980226eb2c47d5d8c9136916f95afd1 /grc/python/Constants.py
parent1907e670b5c3658a7c76f3f00ba239c95ab18210 (diff)
parent6cc818260128df57c51a41e4e6aa459de5faf4fe (diff)
Merge branch 'master' into next
Diffstat (limited to 'grc/python/Constants.py')
-rw-r--r--grc/python/Constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/Constants.py b/grc/python/Constants.py
index 09c3081967..b8dc9a96a1 100644
--- a/grc/python/Constants.py
+++ b/grc/python/Constants.py
@@ -58,7 +58,7 @@ CORE_TYPES = ( #name, key, sizeof, color
('Integer 16', 's16', 2, '#FFFF66'),
('Integer 8', 's8', 1, '#FF66FF'),
('Message Queue', 'msg', 0, '#777777'),
- ('Async Message', 'message', 0, '#777777'),
+ ('Async Message', 'message', 0, '#C0C0C0'),
('Wildcard', '', 0, '#FFFFFF'),
)