Update of /cvsroot/audacity/audacity-src/src/effects/nyquist
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28508/nyquist

Modified Files:
        Nyquist.cpp 
Log Message:
Make positioning of OK and Cancel buttons consistent across all built-in 
effects (plug-ins are a different matter)

Index: Nyquist.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/nyquist/Nyquist.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Nyquist.cpp 12 Mar 2007 09:23:13 -0000      1.52
+++ Nyquist.cpp 27 Jun 2007 00:26:29 -0000      1.53
@@ -984,15 +984,15 @@
 
    hSizer = new wxBoxSizer(wxHORIZONTAL);
 
-   button = new wxButton(this, wxID_CANCEL, _("&Cancel"));
-   hSizer->Add(button, 0, wxALIGN_CENTRE | wxALL, 5);
-
    button = new wxButton(this, wxID_MORE, _("&Debug"));
    hSizer->Add(button, 0, wxALIGN_CENTRE | wxALL, 5);
 
    button = new wxButton(this, wxID_OK, _("OK"));
    hSizer->Add(button, 0, wxALIGN_CENTRE | wxALL, 5);
 
+   button = new wxButton(this, wxID_CANCEL, _("&Cancel"));
+   hSizer->Add(button, 0, wxALIGN_CENTRE | wxALL, 5);
+
    mainSizer->Add(hSizer, 0, wxALIGN_CENTRE |
                   wxLEFT | wxBOTTOM | wxRIGHT, 5);
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to