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/euro | |
parent | 84025fa376598f1c42023ffddd2d851db914e984 (diff) |
native349 #i115652# language independent Wizard bitmaps
Diffstat (limited to 'wizards/source/euro')
-rw-r--r-- | wizards/source/euro/Init.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/euro/Init.xba b/wizards/source/euro/Init.xba index 45fdafdbafe5..2de1252c7e48 100644 --- a/wizards/source/euro/Init.xba +++ b/wizards/source/euro/Init.xba @@ -550,7 +550,7 @@ Dim Isthere as Boolean InitializeLocales(oLocale) InitializeCurrencies() InitializeControls() - BitmapDir = GetOfficeSubPath("Template", "wizard/bitmap") + BitmapDir = GetOfficeSubPath("Template", "../wizard/bitmap") If BitmapDir = "" Then Stop End If |