aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-07-01 21:13:40 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-07-01 21:13:40 +0000
commit6bdd7eed1660d997bd6155ff73e873075df26af0 (patch)
treefeaab48ba69ea0fe1aeec832ec7f1c6ec845f592 /color_filters.h
parent21a1c33639dd95f1b008f80567d4c36faba4fb07 (diff)
Renamed "___tmp_color_filter___" to "___conversation_color_filter___"
in the coloring rule name to better describe where it comes from. svn path=/trunk/; revision=37859
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/color_filters.h b/color_filters.h
index 709f61b3b4..5de7c23cf0 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -24,7 +24,7 @@
#ifndef __COLOR_FILTERS_H__
#define __COLOR_FILTERS_H__
-#define TEMP_COLOR_PREFIX "___tmp_color_filter___"
+#define CONVERSATION_COLOR_PREFIX "___conversation_color_filter___"
/** @file
* Color filters.
*/