From 9cdea550a868695d3b75dc79ccde4a4cc3b78851 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 10 Aug 2009 22:29:55 -0700 Subject: apply diff from previous commits --- 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 5f203237f..2f629d1bf 100644 --- a/grc/python/Constants.py +++ b/grc/python/Constants.py @@ -61,3 +61,4 @@ SHORT_VECTOR_COLOR_SPEC = '#CCCC33' BYTE_VECTOR_COLOR_SPEC = '#CC66CC' ID_COLOR_SPEC = '#DDDDDD' WILDCARD_COLOR_SPEC = '#FFFFFF' +MSG_COLOR_SPEC = '#FF6600' -- cgit From 0a73facce3ce4eba23676df5f22f222df319ed87 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 13 Aug 2009 23:59:06 -0700 Subject: this time commit the file changes --- grc/python/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/python/Constants.py') diff --git a/grc/python/Constants.py b/grc/python/Constants.py index 2f629d1bf..439a52420 100644 --- a/grc/python/Constants.py +++ b/grc/python/Constants.py @@ -61,4 +61,4 @@ SHORT_VECTOR_COLOR_SPEC = '#CCCC33' BYTE_VECTOR_COLOR_SPEC = '#CC66CC' ID_COLOR_SPEC = '#DDDDDD' WILDCARD_COLOR_SPEC = '#FFFFFF' -MSG_COLOR_SPEC = '#FF6600' +MSG_COLOR_SPEC = '#777777' -- cgit