X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/43fc1b3f57852f2af098fa7411e83220015aaa6f..a2567db67c5d678c5e71bfadc555f8319ee835a8:/Client/src/item_pump.cpp?ds=sidebyside diff --git a/Client/src/item_pump.cpp b/Client/src/item_pump.cpp index 201ce2d..1c25011 100644 --- a/Client/src/item_pump.cpp +++ b/Client/src/item_pump.cpp @@ -5,10 +5,10 @@ ViewPump::ViewPump(Glib::ustring _name, int orientacion):ViewItem(_name) { switch (orientacion) { case 0: - image.set("bomba_e.png"); + image.set(PACKAGE_DATA_DIR"/plaqui-client/pixmaps/bomba_e.png"); break; case 1: - image.set("bomba_o.png"); + image.set(PACKAGE_DATA_DIR"/plaqui-client/pixmaps/bomba_o.png"); } image.show(); set_size_request();