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

Modified Files:
        ExpandingToolBar.cpp 
Log Message:
Make ToolBarDialog and ToolBarFrame non-resizable 

Index: ExpandingToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/ExpandingToolBar.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ExpandingToolBar.cpp        25 Sep 2006 21:04:18 -0000      1.5
+++ ExpandingToolBar.cpp        20 May 2007 07:21:57 -0000      1.6
@@ -726,7 +726,7 @@
                            wxWindowID id,
                            const wxString& name,
                            const wxPoint& pos):
-   wxDialog(parent, id, name, pos, wxSize(1, 1)),
+   wxDialog(parent, id, name, pos, wxSize(1, 1), wxCAPTION|wxCLOSE_BOX),
    mChild(NULL)
 {
 }
@@ -773,7 +773,7 @@
                            wxWindowID id,
                            const wxString& name,
                            const wxPoint& pos):
-   wxMiniFrame(parent, id, name, pos, wxSize(1, 1)),
+   wxMiniFrame(parent, id, name, pos, wxSize(1, 1), wxCAPTION|wxCLOSE_BOX),
    mChild(NULL)
 {
 }


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