Index: audio_time_axis.cc
===================================================================
RCS file: /home/las/cvsroot/ardour/ardour/gtk_ardour/audio_time_axis.cc,v
retrieving revision 1.96
diff -u -r1.96 audio_time_axis.cc
--- audio_time_axis.cc	5 May 2005 19:38:53 -0000	1.96
+++ audio_time_axis.cc	16 May 2005 20:57:31 -0000
@@ -1417,7 +1417,7 @@
 	/* create a string that is a legal XML node name that can be used to refer to this redirect+port combination */
 
 	char state_name[256];
-	snprintf (state_name, sizeof (state_name), "%s-%" PRIu32, legalize_for_xml_node (redirect->name()).c_str(), what);
+	snprintf (state_name, sizeof (state_name), "Redirect-%s-%" PRIu32, legalize_for_xml_node (redirect->name()).c_str(), what);
 
 	ran->view = new RedirectAutomationTimeAxisView (_session, _route, editor, *this, parent_canvas, name, what, *redirect, state_name);
 
