summaryrefslogtreecommitdiff
path: root/wizards/source/webwizard/Language.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/webwizard/Language.xba')
-rw-r--r--wizards/source/webwizard/Language.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/webwizard/Language.xba b/wizards/source/webwizard/Language.xba
index 1aa26fac30cb..1c6b8c194e98 100644
--- a/wizards/source/webwizard/Language.xba
+++ b/wizards/source/webwizard/Language.xba
@@ -30,7 +30,7 @@ Dim TemplatePath as String
If PhotosDir <> "" Then
TemplatePath = GetOfficeSubPath("Template", "wizard/web/")
If TemplatePath <> "" Then
- SOBitmapPath = GetOfficeSubPath("Template", "wizard/bitmap")
+ SOBitmapPath = GetOfficeSubPath("Template", "../wizard/bitmap")
If SOBitmapPath <> "" Then
GetWebwizardPaths() = True
Exit Function