Update of /cvsroot/mahogany/M/src/wx/generic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25064/src/wx/generic

Modified Files:
        vcarddlg.cpp 
Log Message:
don't use (deprecated) wxNotebookSizer

Index: vcarddlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/generic/vcarddlg.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- vcarddlg.cpp        11 Mar 2004 11:51:58 -0000      1.9
+++ vcarddlg.cpp        10 Jul 2004 20:24:46 -0000      1.10
@@ -270,6 +270,4 @@
 
     wxNotebook *notebook = new wxNotebook( this, -1 );
-    wxNotebookSizer *sizerNotebook = new wxNotebookSizer( notebook );
-    sizerTop->Add(sizerNotebook, 1, wxGROW | wxALL, 5);
     sizerTop->Add(CreateButtonSizer(wxOK | wxCANCEL), 0,
                   wxALIGN_RIGHT | (wxALL & ~wxRIGHT), 10);



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to