From 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9 Mon Sep 17 00:00:00 2001
From: Tim O'Shea <tim.oshea753@gmail.com>
Date: Wed, 28 Nov 2012 15:15:58 -0800
Subject: core: adding msg_connect, updating msg interface, adding symbolic
 block names

---
 grc/python/Constants.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'grc/python/Constants.py')

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'),
 )
 
-- 
cgit v1.2.3