rev = rev.substr(6, rev.length() - 8);
std::string s = "PlaQui Constructor versión " VERSION " (revisión ";
s += rev + ")";
-// lbl_plaqui_version->set_text(Glib::locale_to_utf8(s));
+ lbl_plaqui_version->set_text(Glib::locale_to_utf8(s));
refGlade->get_widget("dlgAbout", dlg_about);
refGlade->get_widget("close_about", close_about);