diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2012-11-29 15:44:07 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2012-11-29 15:44:07 -0800 |
commit | 16bed38aef25df384dca56143f298e081eac1972 (patch) | |
tree | 330045e04d51bae0faa1f3c25408bac9431b3eeb /grc/python/Constants.py | |
parent | e5046cdd23e3c6a9aa584ae353f56cb19861d358 (diff) | |
parent | 92cfb0240005675f4e7a55a81552f4c7a5128cd8 (diff) |
Merge branch 'master' into next
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 1a65caf1c0..09c3081967 100644 --- a/grc/python/Constants.py +++ b/grc/python/Constants.py @@ -58,6 +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'), ('Wildcard', '', 0, '#FFFFFF'), ) |