std::cout<< "item="<<temp->get_name()<<" "<<"check= "<<temp->check_connection()<<std::endl;
if ( !temp->check_connection() ) {
dlg_connect->set_title("Error");
- dlg_label->set_text("Los elementos no estan conectados\n\t\tcorrectamente");
+ dlg_label->set_text("El elemento "+temp->get_name()+" no esta conectado\n\t\tcorrectamente");
dlg_connect->show();
return;
}