Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4788/src/gui

Modified Files:
        wxBrowseButton.cpp 
Log Message:
don't use deprecated wxFontDialog ctor

Index: wxBrowseButton.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxBrowseButton.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -u -2 -r1.42 -r1.43
--- wxBrowseButton.cpp  16 Jan 2006 20:32:27 -0000      1.42
+++ wxBrowseButton.cpp  9 Apr 2006 20:36:54 -0000       1.43
@@ -430,5 +430,5 @@
    data.SetInitialFont(font);
 
-   wxFontDialog dialog(GetFrame(this), &data);
+   wxFontDialog dialog(GetFrame(this), data);
    if ( dialog.ShowModal() == wxID_OK )
    {



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to