[xiph-cvs] r6588 - trunk/postfish

xiphmont at xiph.org xiphmont at xiph.org
Tue May 4 21:26:36 PDT 2004



Author: xiphmont
Date: 2004-04-23 20:22:04 -0400 (Fri, 23 Apr 2004)
New Revision: 6588

Modified:
   trunk/postfish/mainpanel.c
Log:
Missed changing both sides of 'Onecomp' back to the more logical 'Singlecomp'

<p>Modified: trunk/postfish/mainpanel.c
===================================================================
--- trunk/postfish/mainpanel.c	2004-04-24 00:20:43 UTC (rev 6587)
+++ trunk/postfish/mainpanel.c	2004-04-24 00:22:04 UTC (rev 6588)
@@ -955,7 +955,7 @@
   mainpanel_chentry(panel,channeltable,"Mute ",0,0,0,mutedummy_create);
   mainpanel_chentry(panel,channeltable,"_Declip ",1,1,0,clippanel_create);
   mainpanel_chentry(panel,channeltable,"_Multicomp ",2,0,1,compandpanel_create_channel);
-  mainpanel_chentry(panel,channeltable,"_Onecomp ",3,0,1,0);
+  mainpanel_chentry(panel,channeltable,"_Singlecomp ",3,0,1,0);
   mainpanel_chentry(panel,channeltable,"De_verb ",4,1,0,suppresspanel_create_channel);
   mainpanel_chentry(panel,channeltable,"_Reverb ",5,1,0,0);
   mainpanel_chentry(panel,channeltable,"_EQ ",6,0,1,0);

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list