X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMAppliDescriptionPanel.cpp;h=9f818515305b4d9c6f4b5f24d9ef68fbe4e01887;hb=c8a0837d54a0c9004e53eb92ff652a8e996a2fad;hp=ac06179f96fee894b51d7ee69f93da8e5dc48aec;hpb=9877d27eb9a1339d97bc8e13ec5f1f75a5dc9e3f;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.cpp b/lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.cpp index ac06179..9f81851 100644 --- a/lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.cpp +++ b/lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.cpp @@ -158,6 +158,11 @@ void wxCDMAppliDescriptionPanel::CreateControls() //help icon wxButton* pApplicationHlp = new wxButton(propertiesPanel, wxID_ANY, wxT("?"), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT); + pApplicationHlp->Enable(false); + tt = "When this application is included in the CMakeLists file, the\nfollowing line is included in the CMakeList.txt file in the\nappli folder:\n" + "ADD_SUBDIRECTORY(" + applications[i]->GetName() + ")"; + pApplicationHlp->SetToolTip(crea::std2wx(tt)); + propertiesGridSizer -> Add(pApplicationHlp, 0, wxEXPAND | wxALIGN_CENTER); }