Update of /cvsroot/audacity/audacity-src/src/export
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5749
Modified Files:
ExportMultiple.cpp
Log Message:
Oops...forgot to move a widget ID.
Index: ExportMultiple.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMultiple.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ExportMultiple.cpp 8 Apr 2007 09:11:14 -0000 1.23
+++ ExportMultiple.cpp 8 Apr 2007 09:53:09 -0000 1.24
@@ -215,10 +215,10 @@
{
// Row 1
S.SetBorder(1);
- mLabel = S.AddRadioButton(wxT(""));
+ mLabel = S.Id(LabelID)
+ .AddRadioButton(wxT(""));
S.SetBorder(3);
- mLabelLabel = S.Id(LabelID)
- .AddVariableText(_("Labels"), false);
+ mLabelLabel = S.AddVariableText(_("Labels"), false);
// Row 2
S.AddVariableText(wxT(""), false);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs