]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMProjectActionsPanel.cpp
index ea9062f8f20d924eccdf7293a9db417cd2258562..1ad28aa5bdbf1d0e831dd5d33c3b7b06bc2b4265 100755 (executable)
@@ -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);