X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/9a265fbb2d775edde6d17211c9791bcc995c20f7..0269c999eb78b8687b9aa9962385a178b077b753:/Client/src/item_conduct.cpp diff --git a/Client/src/item_conduct.cpp b/Client/src/item_conduct.cpp index 0339370..9f46810 100644 --- a/Client/src/item_conduct.cpp +++ b/Client/src/item_conduct.cpp @@ -5,10 +5,10 @@ ViewConduct::ViewConduct(Glib::ustring _name, int orientacion):ViewItem(_name) { switch (orientacion) { case 0: - image.set("canio_n.png"); + image.set(PACKAGE_DATA_DIR"/plaqui-client/pixmaps/canio_n.png"); break; case 1: - image.set("canio_s.png"); + image.set(PACKAGE_DATA_DIR"/plaqui-client/pixmaps/canio_s.png"); } std::cout << "Conducto creado" << std::endl; image.show();