diff options
author | Kalman Szalai - KAMI <kami911@gmail.com> | 2010-11-01 13:55:31 +0100 |
---|---|---|
committer | Kalman Szalai - KAMI <kami911@gmail.com> | 2010-11-01 14:01:10 +0100 |
commit | adf7dc232d874a2670dea2dcd3805b8b2ddfdbe3 (patch) | |
tree | adff1ae2c427b60f7969516790353b6b05d858fe /wizards/source/formwizard | |
parent | ddec70f39e40eea43b8a3380edbb2086dcfb73ac (diff) |
Save 1MB on wizards per language
Bitmaps are packaged as language dependent files however, no
language dependency at all in bitmaps. This patch only pack one instance
so we can save 1MB diskspace for every language in multi lang installer.
Diffstat (limited to 'wizards/source/formwizard')
-rw-r--r-- | wizards/source/formwizard/tools.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/formwizard/tools.xba b/wizards/source/formwizard/tools.xba index 174987e35971..8b40b8379c10 100644 --- a/wizards/source/formwizard/tools.xba +++ b/wizards/source/formwizard/tools.xba @@ -304,7 +304,7 @@ End Function Function GetFormWizardPaths() as Boolean - FormPath = GetOfficeSubPath("Template","wizard/bitmap") + FormPath = GetOfficeSubPath("Template","../wizard/bitmap") If FormPath <> "" Then WebWizardPath = GetOfficeSubPath("Template","wizard/web") If WebWizardPath <> "" Then |