aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-01 21:13:40 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-01 21:13:40 +0000
commite2ee75bc575b395e22efce75c343f5699e1caf92 (patch)
treefeaab48ba69ea0fe1aeec832ec7f1c6ec845f592 /color_filters.h
parentb9caa217d84215a441398dde2acfb3cc6c44b723 (diff)
Renamed "___tmp_color_filter___" to "___conversation_color_filter___"
in the coloring rule name to better describe where it comes from. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37859 f5534014-38df-0310-8fa8-9805f1628bb7
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.
*/