From 648895f9de20b7cfcf64e4cbca27e63969020664 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 9 Apr 2013 15:14:02 +0200 Subject: use common image from res/ folder Change-Id: I89203c277277d409cfe46f62af82b2621c9101b2 --- basctl/source/basicide/basidesh.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl') diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src index bc0405e52bc8..6876130f944f 100644 --- a/basctl/source/basicide/basidesh.src +++ b/basctl/source/basicide/basidesh.src @@ -477,7 +477,7 @@ ImageList RID_IMGLST_LAYOUT }; Image RID_IMG_LOCKED { - ImageBitmap = Bitmap { File = "locked.bmp" ; }; + ImageBitmap = Bitmap { File = "lock.png" ; }; MASKCOLOR }; -- cgit