summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard/Language.xba
diff options
context:
space:
mode:
authorTom Verbeek <tv@openoffice.org>2001-06-20 14:47:59 +0000
committerTom Verbeek <tv@openoffice.org>2001-06-20 14:47:59 +0000
commit5ea4391b8042d29a95f98b25528e98d1ec931b8f (patch)
tree4ece7cd3be1558369c64b9684b0709b8a264a7eb /wizards/source/formwizard/Language.xba
parent0f65160a8b2495274f5e8ff8b295f6f6d33568e0 (diff)
#87606# last changes for formwizard dialog
Diffstat (limited to 'wizards/source/formwizard/Language.xba')
-rw-r--r--wizards/source/formwizard/Language.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/formwizard/Language.xba b/wizards/source/formwizard/Language.xba
index aaa0313c8e68..22d41c8b6387 100644
--- a/wizards/source/formwizard/Language.xba
+++ b/wizards/source/formwizard/Language.xba
@@ -129,7 +129,7 @@ Sub SetDialogLanguage ()
sReduceDialog = GetResText(RID_FORM + 65)
.cmdSwitchHeight.HelpText = sReduceDialog
- .cmdSwitchHeight.ImageURL = FormPath &amp; &quot;up.bmp&quot;
+ .cmdSwitchHeight.Label = CHR(9653)
End With
End Sub