Update of /cvsroot/audacity/lib-src/FileDialog/mac
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18453/mac

Modified Files:
        FileDialog.h FileDialog.hpp 
Log Message:
Change for wxWidgets 2.8.3 compatability


Index: FileDialog.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/FileDialog/mac/FileDialog.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- FileDialog.h        10 Apr 2007 02:22:21 -0000      1.2
+++ FileDialog.h        12 Apr 2007 00:15:37 -0000      1.3
@@ -23,6 +23,7 @@
 {
 DECLARE_DYNAMIC_CLASS(FileDialog)
 protected:
+    long m_dialogStyle;
     wxArrayString m_fileNames;
     wxArrayString m_paths;
 

Index: FileDialog.hpp
===================================================================
RCS file: /cvsroot/audacity/lib-src/FileDialog/mac/FileDialog.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- FileDialog.hpp      10 Apr 2007 02:22:21 -0000      1.2
+++ FileDialog.hpp      12 Apr 2007 00:15:37 -0000      1.3
@@ -354,6 +354,7 @@
     wxASSERT_MSG( NavServicesAvailable() , wxT("Navigation Services are not 
running") ) ;
     m_callback = NULL;
     m_cbdata = NULL;
+    m_dialogStyle = style;
 }
 
 static pascal Boolean CrossPlatformFilterCallback (


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to