X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/combobox.h diff --git a/interface/wx/combobox.h b/interface/wx/combobox.h index 7e10877077..d3e75c84ab 100644 --- a/interface/wx/combobox.h +++ b/interface/wx/combobox.h @@ -2,7 +2,6 @@ // Name: combobox.h // Purpose: interface of wxComboBox // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -43,8 +42,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}