Update of /cvsroot/audacity/audacity-src/src/toolbars
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21091

Modified Files:
        MixerToolBar.cpp 
Log Message:
Fix incorrect label.

Index: MixerToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/MixerToolBar.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- MixerToolBar.cpp    29 May 2009 17:07:39 -0000      1.13
+++ MixerToolBar.cpp    7 Jun 2009 10:09:26 -0000       1.14
@@ -311,7 +311,7 @@
    {
       S.StartHorizontalLay(wxCENTER, false);
       {
-         c = S.AddChoice(_("New sample rate (Hz):"),
+         c = S.AddChoice(_("Input Source:"),
                          mInputSourceChoice->GetStringSelection(),
                          &inputSources);
       }


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to