renamed wxWave to wxSound

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-02-02 14:34:35 +00:00
parent 4a3990e259
commit 002ed9af83
19 changed files with 171 additions and 157 deletions

View File

@@ -448,8 +448,8 @@
// wxSystemOptions class
#define wxUSE_SYSTEM_OPTIONS 1
// wxWave class
#define wxUSE_WAVE 1
// wxSound class
#define wxUSE_SOUND 1
// XML parsing classes. Note that their API will change in the future, so
// using wxXmlDocument and wxXmlNode in your app is not recommended.

View File

@@ -389,8 +389,8 @@
// contribute us a makefile for src/regex for it
#define wxUSE_REGEX 0
// wxWave class
#define wxUSE_WAVE 0
// wxSound class
#define wxUSE_SOUND 0
// ----------------------------------------------------------------------------
// Individual GUI controls

View File

@@ -444,8 +444,8 @@
// wxSystemOptions class
#define wxUSE_SYSTEM_OPTIONS 1
// wxWave class
#define wxUSE_WAVE 1
// wxSound class
#define wxUSE_SOUND 1
// XML parsing classes. Note that their API will change in the future, so
// using wxXmlDocument and wxXmlNode in your app is not recommended.