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

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/generic/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:36 -0000      1.3
@@ -125,6 +125,7 @@
     static long ms_lastViewStyle;     // list or report?
     static bool ms_lastShowHidden;    // did we show hidden files?
 
+    long m_dialogStyle;
     wxBoxSizer *m_choicesizer;
     wxString m_buttonlabel;
     fdCallback m_callback;

Index: FileDialog.hpp
===================================================================
RCS file: /cvsroot/audacity/lib-src/FileDialog/generic/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:36 -0000      1.3
@@ -960,6 +960,7 @@
                                   const wxPoint& pos,
                                   bool  bypassGenericImpl )
 {
+    m_dialogStyle = style;
     m_bypassGenericImpl = bypassGenericImpl;
 
     if (!wxFileDialogBase::Create(parent, message, defaultDir, defaultFile,


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