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

Modified Files:
        MultiDialog.cpp 
Log Message:
Make title arg work.

Index: MultiDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/MultiDialog.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- MultiDialog.cpp     3 Jul 2006 20:21:14 -0000       1.9
+++ MultiDialog.cpp     21 Sep 2006 05:48:27 -0000      1.10
@@ -52,7 +52,7 @@
 MultiDialog::MultiDialog(wxString prompt,
                          wxString title,
                          const wxChar **buttons):
-   wxDialog(NULL, (wxWindowID)-1, (wxString)_("title"))
+   wxDialog(NULL, (wxWindowID)-1, title)
 {
    wxBoxSizer *mainSizer = new wxBoxSizer(wxVERTICAL);
    wxBoxSizer *vSizer = new wxBoxSizer(wxVERTICAL);


-------------------------------------------------------------------------
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

Reply via email to