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

Modified Files:
        wxMDialogs.cpp 
Log Message:
MDialog_FileRequester() now returns String instead of char *

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.402
retrieving revision 1.403
diff -b -u -2 -r1.402 -r1.403
--- wxMDialogs.cpp      19 Sep 2003 13:31:21 -0000      1.402
+++ wxMDialogs.cpp      27 Sep 2003 23:28:08 -0000      1.403
@@ -874,7 +874,7 @@
        @return pointer to a temporarily allocated buffer with he filename, or NULL
    */
-const char *
+String
 MDialog_FileRequester(String const & message,
-                      const wxWindow *parent,
+                      wxWindow *parent,
                       String path,
                       String filename,



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