Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv17321/include/gui
Modified Files:
wxMDialogs.h
Log Message:
oops, function returning String must be outside extern C section
Index: wxMDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMDialogs.h,v
retrieving revision 1.111
retrieving revision 1.112
diff -b -u -2 -r1.111 -r1.112
--- wxMDialogs.h 27 Sep 2003 23:28:08 -0000 1.111
+++ wxMDialogs.h 27 Sep 2003 23:34:01 -0000 1.112
@@ -211,24 +211,4 @@
const MPersMsgBox *persMsg = NULL);
-/** File requester dialog: asks user for a file name
- @param message the text to display
- @param parent the parent frame
- @param path default path
- @param filename default filename
- @param extension default extension
- @param wildcard pattern matching expression
- @param save if true, saving a file
- @param profile the profile to use
- @return string with the filename or empty if cancelled
- */
-String MDialog_FileRequester(const String &message,
- wxWindow *parent = NULL,
- String path = NULLstring,
- String filename = NULLstring,
- String extension = NULLstring,
- String wildcard = NULLstring,
- bool save = false,
- Profile *profile = NULL);
-
/** show a (modal) dialog with the given text
@@ -262,4 +242,23 @@
wxChar const *title = MDIALOG_MSGTITLE);
+/** File requester dialog: asks user for a file name
+ @param message the text to display
+ @param parent the parent frame
+ @param path default path
+ @param filename default filename
+ @param extension default extension
+ @param wildcard pattern matching expression
+ @param save if true, saving a file
+ @param profile the profile to use
+ @return string with the filename or empty if cancelled
+ */
+String MDialog_FileRequester(const String &message,
+ wxWindow *parent = NULL,
+ String path = NULLstring,
+ String filename = NULLstring,
+ String extension = NULLstring,
+ String wildcard = NULLstring,
+ bool save = false,
+ Profile *profile = NULL);
/** Ask user for a directory
-------------------------------------------------------
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