From 8911c7e177dcc2e9b5a9efcc308395081855b21f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Jan 2017 20:53:21 +0000 Subject: use the precanned constant for this Change-Id: Iaa6283029f9de41e2506051c49dc18f876b28587 --- wizards/com/sun/star/wizards/letter/LetterWizardDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py index 9d55a193f1ab..d28496db3a3c 100644 --- a/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py +++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py @@ -1094,7 +1094,7 @@ class LetterWizardDialog(WizardDialog): PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH), (0, 10, - "private:resource/dbu/image/19205", + UIConsts.INFOIMAGEURL, "ImageControl2", 92, 145, False, 6, 66, 10)) self.insertLabel("lblTemplateName", (PropertyNames.PROPERTY_HEIGHT, -- cgit