summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/UIConsts.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/UIConsts.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/UIConsts.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.java b/wizards/com/sun/star/wizards/ui/UIConsts.java
index 7fb26d79bca0..950145f29639 100644
--- a/wizards/com/sun/star/wizards/ui/UIConsts.java
+++ b/wizards/com/sun/star/wizards/ui/UIConsts.java
@@ -29,7 +29,11 @@ public interface UIConsts
int RID_TABLE = 2600;
int RID_IMG_FORM = 1100;
Integer INVISIBLESTEP = 99;
- String INFOIMAGEURL = "private:resource/dbu/image/19205";
+ /*
+ This is BMP_EXCEPTION_INFO (RID_IMAGE_START + 5, where RID_IMAGE_START + 5 is
+ RID_DBACCESS_START which is RID_LIB_START+9200 where RID_LIB_START is 10000)
+ */
+ String INFOIMAGEURL = "private:resource/dbu/bitmapex/19205";
/**
* The tabindex of the navigation buttons in a wizard must be assigned a very
* high tabindex because on every step their taborder must appear at the end