]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/choicdgg.cpp
Read was not copying back the buffers contents into the string parameter
[wxWidgets.git] / src / generic / choicdgg.cpp
index 4fd5d33454ee5a478165146ae37a5e7592e21761..46f8fdc3b90f094c324a029bc205c9ae13ed57a4 100644 (file)
@@ -203,7 +203,7 @@ IMPLEMENT_CLASS(wxSingleChoiceDialog, wxDialog)
 
 wxSingleChoiceDialog::wxSingleChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption,
         int n, const wxString *choices, char **clientData, long style, const wxPoint& pos):
-         wxDialog(parent, -1, caption, pos, wxDefaultSize, wxDEFAULT_DIALOG_STYLE|wxDIALOG_MODAL)
+         wxDialog(parent, -1, caption, pos, wxDefaultSize, wxDEFAULT_DIALOG_STYLE|wxDIALOG_MODAL|wxTAB_TRAVERSAL)
 {
         Create(parent, message, caption, n, choices, clientData, style);
 }