]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combobox.h
Fix html documentation warnings.
[wxWidgets.git] / interface / wx / combobox.h
index 7e10877077990cb0fe6bd08b11fe934359c5d378..d3e75c84abd55691a71bd1f4375bfda065d8560c 100644 (file)
@@ -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}