Update of /cvsroot/audacity/audacity-src/src/toolbars
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv29269/src/toolbars

Modified Files:
        MeterToolBar.cpp 
Log Message:
Was setting wrong name

Index: MeterToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/MeterToolBar.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- MeterToolBar.cpp    24 Apr 2008 22:36:42 -0000      1.7
+++ MeterToolBar.cpp    12 Jun 2008 07:10:25 -0000      1.8
@@ -86,7 +86,7 @@
                              true,
                              wxDefaultPosition,
                              wxSize( 130, 55 ) );
-   mPlayMeter->SetName( _("Record Meter"));
+   mRecordMeter->SetName( _("Record Meter"));
    mRecordMeter->SetLabel( _("Meter-Record") );
    mSizer->Add( mRecordMeter, wxGBPosition( 0, 1 ), wxDefaultSpan, wxEXPAND );
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to