]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/proplist.cpp
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / src / generic / proplist.cpp
index 9b32d02c00681e496e171ab42c90e99e28d1b36c..44fc728e4b6ec9a797e06f936a4cae094c648732 100644 (file)
@@ -1908,7 +1908,7 @@ void wxPropertyStringListEditorDialog::OnCancel(wxCommandEvent& WXUNUSED(event))
 
 void wxPropertyStringListEditorDialog::OnText(wxCommandEvent& event)
 {
-  if (event.GetEventType() == wxEVENT_TYPE_TEXT_ENTER_COMMAND)
+  if (event.GetEventType() == wxEVT_COMMAND_TEXT_ENTER)
   {
     SaveCurrentSelection();
   }