]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/choicdgg.cpp
Set wxPendingEvents to NULL after deleting it
[wxWidgets.git] / src / generic / choicdgg.cpp
index db7973f6addf3bfbf0fd8bf08cf93a028c10c85e..c13fe223adba571464997af92ddf0c4f82354cec 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -133,7 +133,7 @@ wxString wxGetSingleChoice( const wxString& message,
 // Overloaded for backward compatibility
 wxString wxGetSingleChoice( const wxString& message,
                             const wxString& caption,
-                            int n, char *choices[],
+                            int n, wxChar *choices[],
                             wxWindow *parent,
                             int x, int y, bool centre,
                             int width, int height )