Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv28177/src/gui

Modified Files:
        wxMainFrame.cpp 
Log Message:
don't use 3D splitter style

Index: wxMainFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMainFrame.cpp,v
retrieving revision 1.160
retrieving revision 1.161
diff -b -u -2 -r1.160 -r1.161
--- wxMainFrame.cpp     8 Oct 2002 15:22:30 -0000       1.160
+++ wxMainFrame.cpp     30 Oct 2002 11:35:02 -0000      1.161
@@ -583,5 +583,7 @@
 
    // create the children
-   m_splitter = new wxPSplitterWindow("MainSplitter", this);
+   m_splitter = new wxPSplitterWindow("MainSplitter", this, -1,
+                                      wxDefaultPosition, wxDefaultSize,
+                                      0);
 
    wxSize sizeFrame = GetClientSize();



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to