X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMAppliHelpDialog.cpp;h=446c65159651c615c91b01b6555b496043acaee1;hb=e75a80c4a8a5d67aeb1e941f0c980a11c09cc125;hp=a36338166f19b53e0e667ae0c1b736c8a7c3ab90;hpb=6f3279f8b39adedcd231fbad40b0525461ed8691;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMAppliHelpDialog.cpp b/lib/creaDevManagerLib/wxCDMAppliHelpDialog.cpp index a363381..446c651 100644 --- a/lib/creaDevManagerLib/wxCDMAppliHelpDialog.cpp +++ b/lib/creaDevManagerLib/wxCDMAppliHelpDialog.cpp @@ -129,7 +129,7 @@ void wxCDMAppliHelpDialog::OnEditCMake(wxCommandEvent& event) if(!this->appli->OpenCMakeListsFile(result)) wxMessageBox(crea::std2wx(*result),_T("Open CMakeLists File - Error!"),wxOK | wxICON_ERROR); - wxCommandEvent* newEvent = new wxCommandEvent(wxEVT_COMMAND_LIST_ITEM_DESELECTED); + wxCommandEvent* newEvent = new wxCommandEvent(wxEVT_COMMAND_LISTBOX_SELECTED); if(this->appli->GetCMakeLists() != NULL) { @@ -143,7 +143,7 @@ void wxCDMAppliHelpDialog::OnEditCMake(wxCommandEvent& event) void wxCDMAppliHelpDialog::OnCMakeListsEnter(wxMouseEvent& event) { - wxCommandEvent* newEvent = new wxCommandEvent(wxEVT_COMMAND_LIST_ITEM_SELECTED); + wxCommandEvent* newEvent = new wxCommandEvent(wxEVT_COMMAND_LISTBOX_DOUBLECLICKED); if(this->appli->GetCMakeLists() != NULL) { @@ -157,7 +157,7 @@ void wxCDMAppliHelpDialog::OnCMakeListsEnter(wxMouseEvent& event) void wxCDMAppliHelpDialog::OnCMakeListsExit(wxMouseEvent& event) { - wxCommandEvent* newEvent = new wxCommandEvent(wxEVT_COMMAND_LIST_ITEM_DESELECTED); + wxCommandEvent* newEvent = new wxCommandEvent(wxEVT_COMMAND_LISTBOX_SELECTED); if(this->appli->GetCMakeLists() != NULL) {