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

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

Index: wxMDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMDialogs.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -b -u -2 -r1.110 -r1.111
--- wxMDialogs.h        19 Sep 2003 13:31:19 -0000      1.110
+++ wxMDialogs.h        27 Sep 2003 23:28:08 -0000      1.111
@@ -220,8 +220,8 @@
        @param save   if true, saving a file
        @param profile   the profile to use
-       @return pointer to a temporarily allocated buffer with he filename, or NULL
+       @return string with the filename or empty if cancelled
    */
-const wxChar *MDialog_FileRequester(const String &message,
-                                  const wxWindow *parent = NULL,
+String MDialog_FileRequester(const String &message,
+                             wxWindow *parent = NULL,
                                   String path = NULLstring,
                                   String filename = NULLstring,



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