From dff1fa9bf58b60e356eeeccd700cae8a386d996c Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 2 Feb 2004 14:12:12 +0000 Subject: [PATCH] renamed wxWave to wxSound git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_wave.i | 2 +- wxPython/src/gtk/misc_wrap.cpp | 2 +- wxPython/src/mac/misc_wrap.cpp | 2 +- wxPython/src/msw/misc_wrap.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 { -- 2.45.2