Update of /cvsroot/audacity/audacity-src/src/prefs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv29156
Modified Files:
FileFormatPrefs.cpp
Log Message:
Add pref for MP2 export bitrate
Index: FileFormatPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/FileFormatPrefs.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- FileFormatPrefs.cpp 3 Aug 2006 10:50:35 -0000 1.43
+++ FileFormatPrefs.cpp 19 Oct 2006 11:08:58 -0000 1.44
@@ -200,6 +200,16 @@
}
S.EndStatic();
S.EndHorizontalLay();
+ S.StartHorizontalLay(wxEXPAND,0);
+ S.StartStatic( _("MP2 Export Setup"),0);
+ {
+ S.StartTwoColumn();
+ S.TieChoice( _("Bit Rate:"), wxT("/FileFormats/MP2Bitrate"),
+ 160, mBitRateNames, mBitRateLabels );
+ S.EndTwoColumn();
+ }
+ S.EndStatic();
+ S.EndHorizontalLay();
}
/// Sets the a text area on the dialog to have the name
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs