diff options
author | Ingo Schmidt <is@openoffice.org> | 2010-11-18 14:44:07 +0100 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2010-11-18 14:44:07 +0100 |
commit | 782eec28953a86989c45cf504583531ef65df3ea (patch) | |
tree | 7df7940e26cf2624d5ea2d636e54855fac13973d /wizards/source/template | |
parent | 84025fa376598f1c42023ffddd2d851db914e984 (diff) |
native349 #i115652# language independent Wizard bitmaps
Diffstat (limited to 'wizards/source/template')
-rw-r--r-- | wizards/source/template/Samples.xba | 2 |
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("Template", False, 0) StylesDir = GetOfficeSubPath("Template", "wizard/styles/") - sQueryPath = GetOfficeSubPath("Template", "wizard/bitmap/") + sQueryPath = GetOfficeSubPath("Template", "../wizard/bitmap/") DialogModel.Title = GetResText(STYLES) DialogModel.cmdCancel.Label = GetResText(STYLES+2) DialogModel.cmdOk.Label = GetResText(STYLES+3) |