summaryrefslogtreecommitdiff
path: root/wizards/source/tutorials/ShowInfoDialog.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/tutorials/ShowInfoDialog.xba')
-rw-r--r--wizards/source/tutorials/ShowInfoDialog.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tutorials/ShowInfoDialog.xba b/wizards/source/tutorials/ShowInfoDialog.xba
index 4bb0f608d9b6..61c2ed96731f 100644
--- a/wizards/source/tutorials/ShowInfoDialog.xba
+++ b/wizards/source/tutorials/ShowInfoDialog.xba
@@ -148,9 +148,9 @@ sub setImage(whatever as Object)
Dim bitmapPath As String
iPos = InStr(templatePath,"/")
if(iPos > 0) Then
- bitmapPath = templatePath & "/wizard/bitmap/tutorial_background.gif"
+ bitmapPath = templatePath & "../wizard/bitmap/tutorial_background.gif"
Else
- bitmapPath = templatePath & "\wizard\bitmap\tutorial_background.gif"
+ bitmapPath = templatePath & "..\wizard\bitmap\tutorial_background.gif"
End If
dim props(0) as new com.sun.star.beans.PropertyValue