From: Václav Slavík Date: Mon, 2 Feb 2004 14:12:12 +0000 (+0000) Subject: renamed wxWave to wxSound X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dff1fa9bf58b60e356eeeccd700cae8a386d996c?ds=inline renamed wxWave to wxSound git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_wave.i b/wxPython/src/_wave.i index a55857dc3b..994ccfb957 100644 --- a/wxPython/src/_wave.i +++ b/wxPython/src/_wave.i @@ -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 { diff --git a/wxPython/src/gtk/misc_wrap.cpp b/wxPython/src/gtk/misc_wrap.cpp index e9db6f0989..a619b7677c 100644 --- a/wxPython/src/gtk/misc_wrap.cpp +++ b/wxPython/src/gtk/misc_wrap.cpp @@ -694,7 +694,7 @@ public: #include -#if !wxUSE_WAVE +#if !wxUSE_SOUND // A C++ stub class for wxWave for platforms that don't have it. class wxWave : public wxObject { diff --git a/wxPython/src/mac/misc_wrap.cpp b/wxPython/src/mac/misc_wrap.cpp index c194d5a0aa..0419861ac4 100644 --- a/wxPython/src/mac/misc_wrap.cpp +++ b/wxPython/src/mac/misc_wrap.cpp @@ -684,7 +684,7 @@ public: #include -#if !wxUSE_WAVE +#if !wxUSE_SOUND // A C++ stub class for wxWave for platforms that don't have it. class wxWave : public wxObject { diff --git a/wxPython/src/msw/misc_wrap.cpp b/wxPython/src/msw/misc_wrap.cpp index 7366d48059..a4133ed2c2 100644 --- a/wxPython/src/msw/misc_wrap.cpp +++ b/wxPython/src/msw/misc_wrap.cpp @@ -684,7 +684,7 @@ public: #include -#if !wxUSE_WAVE +#if !wxUSE_SOUND // A C++ stub class for wxWave for platforms that don't have it. class wxWave : public wxObject {