summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard
diff options
context:
space:
mode:
authorKalman Szalai - KAMI <kami911@gmail.com>2010-11-01 13:55:31 +0100
committerKalman Szalai - KAMI <kami911@gmail.com>2010-11-01 14:01:10 +0100
commitadf7dc232d874a2670dea2dcd3805b8b2ddfdbe3 (patch)
treeadff1ae2c427b60f7969516790353b6b05d858fe /wizards/source/formwizard
parentddec70f39e40eea43b8a3380edbb2086dcfb73ac (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.xba2
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(&quot;Template&quot;,&quot;wizard/bitmap&quot;)
+ FormPath = GetOfficeSubPath(&quot;Template&quot;,&quot;../wizard/bitmap&quot;)
If FormPath &lt;&gt; &quot;&quot; Then
WebWizardPath = GetOfficeSubPath(&quot;Template&quot;,&quot;wizard/web&quot;)
If WebWizardPath &lt;&gt; &quot;&quot; Then