X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMProjectActionsPanel.cpp;fp=lib%2FcreaDevManagerLib%2FwxCDMProjectActionsPanel.cpp;h=1ad28aa5bdbf1d0e831dd5d33c3b7b06bc2b4265;hb=d5f5793ca845b49bb8ef8e7e3880f4373ce0c6bc;hp=ea9062f8f20d924eccdf7293a9db417cd2258562;hpb=5413640f931dc9bc9b3c24a27f42c3cf40c35072;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp b/lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp index ea9062f..1ad28aa 100755 --- a/lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp +++ b/lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp @@ -79,9 +79,9 @@ bool wxCDMProjectActionsPanel::Create( void wxCDMProjectActionsPanel::CreateControls() { wxButton* configurebt = new wxButton(this, ID_BUTTON_CONFIGURE_BUILD, _T("1. Configure Project")); - configurebt->SetToolTip(wxT("This is the first step in order to execute the project.")); + configurebt->SetToolTip(wxT("This is the first step in order to execute the project. Make sure you have selected the desired Build location.")); wxButton* compilebt = new wxButton(this, ID_BUTTON_BUILD_PROJECT, _T("2. Compile Project")); - compilebt->SetToolTip(wxT("This step should be done after configuring the project. This will create the executables")); + compilebt->SetToolTip(wxT("This step should be done after configuring the project. This will create the executables.")); wxButton* plugbt = new wxButton(this, ID_BUTTON_CONNECT_PROJECT, _T("3. Plug Packages (BBTK)")); plugbt->SetToolTip(wxT("This step should be done after compiling the project. This will allow to use the boxes in this project to be available in the bbEditor.")); this->GetSizer()->Add(configurebt, 0, wxALL, 5);