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

Modified Files:
        FileDialog.h FileDialog.hpp private.h 
Log Message:
Standardize on the generic file dialog under GTK.


Index: FileDialog.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/FileDialog/gtk/FileDialog.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FileDialog.h        6 Apr 2007 10:16:52 -0000       1.1
+++ FileDialog.h        10 Apr 2007 02:22:21 -0000      1.2
@@ -5,6 +5,9 @@
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
+//
+// Modified for Audacity to support an additional button on Save dialogs
+//
 /////////////////////////////////////////////////////////////////////////////
 
 

Index: FileDialog.hpp
===================================================================
RCS file: /cvsroot/audacity/lib-src/FileDialog/gtk/FileDialog.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FileDialog.hpp      6 Apr 2007 10:16:52 -0000       1.1
+++ FileDialog.hpp      10 Apr 2007 02:22:21 -0000      1.2
@@ -5,10 +5,9 @@
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, 2004 Zbigniew Zagorski, 2005 Mart 
Raudsepp
 // Licence:     wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-/////////////////////////////////////////////////////////////////////////////
-// Modified to support and additional button
+//
+// Modified for Audacity to support an additional button on Save dialogs
+//
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".

Index: private.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/FileDialog/gtk/private.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- private.h   6 Apr 2007 10:16:52 -0000       1.1
+++ private.h   10 Apr 2007 02:22:21 -0000      1.2
@@ -2,11 +2,14 @@
 // Name:        wx/gtk/private.h
 // Purpose:     wxGTK private macros, functions &c
 // Author:      Vadim Zeitlin
-// Modified by:
+// Modified by: Leland Lucius
 // Created:     12.03.02
 // RCS-ID:      $Id$
 // Copyright:   (c) 2002 Vadim Zeitlin <[EMAIL PROTECTED]>
 // Licence:     wxWindows licence
+//
+// Modified for Audacity to support an additional button on Save dialogs
+//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_GTK_PRIVATE_H_


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