]> git.saurik.com Git - wxWidgets.git/commitdiff
renamed wxWave to wxSound
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 2 Feb 2004 14:12:12 +0000 (14:12 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 2 Feb 2004 14:12:12 +0000 (14:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_wave.i
wxPython/src/gtk/misc_wrap.cpp
wxPython/src/mac/misc_wrap.cpp
wxPython/src/msw/misc_wrap.cpp

index a55857dc3b2d4a66c5975f10d6ced07ee2157fba..994ccfb957a6f723f62e1293bce157bcc9a27cdf 100644 (file)
@@ -23,7 +23,7 @@
 //---------------------------------------------------------------------------
 
 %{
-#if !wxUSE_WAVE
+#if !wxUSE_SOUND
 // A C++ stub class for wxWave for platforms that don't have it.
 class wxWave : public wxObject
 {
index e9db6f0989847cf502a5e0e217a39ecde7d765d3..a619b7677c18558735ccde69aa695c25fb488967 100644 (file)
@@ -694,7 +694,7 @@ public:
 #include <wx/wave.h>
 
 
-#if !wxUSE_WAVE
+#if !wxUSE_SOUND
 // A C++ stub class for wxWave for platforms that don't have it.
 class wxWave : public wxObject
 {
index c194d5a0aae122535639e5c3d6bb309fdb759054..0419861ac4402c290dcb7b2dcaf0d1abef9cd414 100644 (file)
@@ -684,7 +684,7 @@ public:
 #include <wx/wave.h>
 
 
-#if !wxUSE_WAVE
+#if !wxUSE_SOUND
 // A C++ stub class for wxWave for platforms that don't have it.
 class wxWave : public wxObject
 {
index 7366d4805957baac4af0133c33c39aebaf685137..a4133ed2c2b5b63f7fb4def85cff91229a4291c4 100644 (file)
@@ -684,7 +684,7 @@ public:
 #include <wx/wave.h>
 
 
-#if !wxUSE_WAVE
+#if !wxUSE_SOUND
 // A C++ stub class for wxWave for platforms that don't have it.
 class wxWave : public wxObject
 {