Update of /cvsroot/audacity/audacity-src/src/prefs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25438
Modified Files:
PlaybackPrefs.cpp ProjectsPrefs.cpp RecordingPrefs.cpp
Log Message:
Add missing includes and change type.
Index: RecordingPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/RecordingPrefs.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- RecordingPrefs.cpp 7 Jun 2009 09:00:25 -0000 1.2
+++ RecordingPrefs.cpp 7 Jun 2009 11:14:50 -0000 1.3
@@ -21,6 +21,7 @@
#include "../Audacity.h"
#include <wx/defs.h>
+#include <wx/textctrl.h>
#include "../AudioIO.h"
#include "../Envelope.h"
@@ -52,7 +53,7 @@
void RecordingPrefs::PopulateOrExchange(ShuttleGui & S)
{
- wxWindow *w;
+ wxTextCtrl *w;
S.SetBorder(2);
Index: PlaybackPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/PlaybackPrefs.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PlaybackPrefs.cpp 7 Jun 2009 09:00:25 -0000 1.2
+++ PlaybackPrefs.cpp 7 Jun 2009 11:14:50 -0000 1.3
@@ -21,6 +21,7 @@
#include "../Audacity.h"
#include <wx/defs.h>
+#include <wx/textctrl.h>
#include "../ShuttleGui.h"
@@ -49,7 +50,7 @@
void PlaybackPrefs::PopulateOrExchange(ShuttleGui & S)
{
- wxWindow *w;
+ wxTextCtrl *w;
S.SetBorder(2);
Index: ProjectsPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/ProjectsPrefs.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ProjectsPrefs.cpp 7 Jun 2009 09:00:25 -0000 1.2
+++ ProjectsPrefs.cpp 7 Jun 2009 11:14:50 -0000 1.3
@@ -19,6 +19,7 @@
#include "../Audacity.h"
#include <wx/defs.h>
+#include <wx/textctrl.h>
#include "../Prefs.h"
#include "../ShuttleGui.h"
@@ -51,7 +52,7 @@
void ProjectsPrefs::PopulateOrExchange(ShuttleGui & S)
{
- wxWindow *w;
+ wxTextCtrl *w;
S.SetBorder(2);
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs