From 9ac64496440bd3b284fd9d360db107835433cdab Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 18 Jan 2017 11:42:48 +0000 Subject: d*: load BitmapEx resources instead of Image ones Change-Id: Ibf741af5e5043fae6139a19cec3d244dee06f225 --- dbaccess/source/ui/dlg/indexdialog.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/dlg/indexdialog.src') diff --git a/dbaccess/source/ui/dlg/indexdialog.src b/dbaccess/source/ui/dlg/indexdialog.src index 141d5d194d6a..eaaae1bd2f1d 100644 --- a/dbaccess/source/ui/dlg/indexdialog.src +++ b/dbaccess/source/ui/dlg/indexdialog.src @@ -52,9 +52,9 @@ String STR_LOGICAL_INDEX_NAME Text [ en-US ] = "index"; }; -Image IMG_PKEYICON +Bitmap BMP_PKEYICON { - ImageBitmap = Bitmap { File = "pkey.png"; }; + File = "pkey.png"; }; String STR_NEED_INDEX_FIELDS -- cgit