summaryrefslogtreecommitdiff
path: root/wizards/source/template
diff options
context:
space:
mode:
authorIngo Schmidt <is@openoffice.org>2010-11-18 14:44:07 +0100
committerIngo Schmidt <is@openoffice.org>2010-11-18 14:44:07 +0100
commit782eec28953a86989c45cf504583531ef65df3ea (patch)
tree7df7940e26cf2624d5ea2d636e54855fac13973d /wizards/source/template
parent84025fa376598f1c42023ffddd2d851db914e984 (diff)
native349 #i115652# language independent Wizard bitmaps
Diffstat (limited to 'wizards/source/template')
-rw-r--r--wizards/source/template/Samples.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/template/Samples.xba b/wizards/source/template/Samples.xba
index b64ddc12db17..118fb37d0c49 100644
--- a/wizards/source/template/Samples.xba
+++ b/wizards/source/template/Samples.xba
@@ -86,7 +86,7 @@ Dim MaxIndex as Integer
DialogModel = StylesDialog.Model
TemplateDir = GetPathSettings(&quot;Template&quot;, False, 0)
StylesDir = GetOfficeSubPath(&quot;Template&quot;, &quot;wizard/styles/&quot;)
- sQueryPath = GetOfficeSubPath(&quot;Template&quot;, &quot;wizard/bitmap/&quot;)
+ sQueryPath = GetOfficeSubPath(&quot;Template&quot;, &quot;../wizard/bitmap/&quot;)
DialogModel.Title = GetResText(STYLES)
DialogModel.cmdCancel.Label = GetResText(STYLES+2)
DialogModel.cmdOk.Label = GetResText(STYLES+3)