diff --git a/interface/wx/combobox.h b/interface/wx/combobox.h index 7e10877077..b3528a9efb 100644 --- a/interface/wx/combobox.h +++ b/interface/wx/combobox.h @@ -43,8 +43,7 @@ @style{wxTE_PROCESS_ENTER} The control will generate the event @c wxEVT_TEXT_ENTER (otherwise pressing Enter key is either processed internally by the - control or used for navigation between dialog controls). Windows - only. + control or used for navigation between dialog controls). @endStyleTable @beginEventEmissionTable{wxCommandEvent}