]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sound.h
Add support for wxHELP button to wxMessageDialog.
[wxWidgets.git] / interface / wx / sound.h
index 5d38e6c5a0c857cf77c46e6060e6304e6e78fce3..def7b84b550dbd7a3899b60f1b590dd883c7e38d 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxSound
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxSound
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -16,7 +16,7 @@
     Open Sound System or Simple DirectMedia Layer).
 
     @library{wxadv}
     Open Sound System or Simple DirectMedia Layer).
 
     @library{wxadv}
-    @category{misc}
+    @category{media}
 */
 class wxSound : public wxObject
 {
 */
 class wxSound : public wxObject
 {
@@ -64,7 +64,7 @@ public:
         Returns @true if a sound is played at the moment.
         This method is currently not implemented under Windows.
     */
         Returns @true if a sound is played at the moment.
         This method is currently not implemented under Windows.
     */
-    static bool IsPlaying() const;
+    static bool IsPlaying();
 
     //@{
     /**
 
     //@{
     /**