]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
Make wxPASSWORD and wxPROCESS_ENTER really deprecated.
[wxWidgets.git] / samples / controls / controls.cpp
index 178f334240aaa26b8dd8037d89373dfbe08fd73e..e6c3f274602304ff42741ae1b26c18c63fa84968 100644 (file)
@@ -787,7 +787,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
     m_combo = new MyComboBox( panel, ID_COMBO, _T("This"),
                               wxPoint(20,25), wxSize(120, wxDefaultCoord),
                               5, choices,
-                              wxPROCESS_ENTER);
+                              wxTE_PROCESS_ENTER);
 
     (void)new wxButton( panel, ID_COMBO_SEL_NUM, _T("Select #&2"), wxPoint(180,30), wxSize(140,30) );
     (void)new wxButton( panel, ID_COMBO_SEL_STR, _T("&Select 'This'"), wxPoint(340,30), wxSize(140,30) );