Hopefully this will get the image to work for everyone else

SVN revision: 5936
This commit is contained in:
bdsabian 2002-02-13 19:02:17 +00:00 committed by bdsabian
parent 501feae88e
commit d349987309
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -94,7 +94,7 @@ epp.resize(100, 30);
/* create background image object for clock */
backgroundObj = new EvasObject(epp);
backgroundObj.addImage("clockbg.png");
backgroundObj.addImage("clock.png");
backgroundObj.move(epp.getX(),epp.getY());
backgroundObj.setLayer(9998);
backgroundObj.show();