X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/3f2e45f01d3d3e8790d52c38d774721e63707b46..68e6923fe644c24ab285dc79134682cff1276b9f:/Constructor/src/constructor.cpp?ds=inline diff --git a/Constructor/src/constructor.cpp b/Constructor/src/constructor.cpp index 2966528..80d07d2 100644 --- a/Constructor/src/constructor.cpp +++ b/Constructor/src/constructor.cpp @@ -528,7 +528,7 @@ void Constructor::on_btn_check_clicked() std::cout<< "item="<get_name()<<" "<<"check= "<check_connection()<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; }