diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-19 20:53:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-19 21:00:18 +0000 |
commit | 8911c7e177dcc2e9b5a9efcc308395081855b21f (patch) | |
tree | a5bebb5758499068d970b547a1b74f0a23a610b6 | |
parent | b5a20001f4514975c6aadd985a6e8f096cbea87a (diff) |
use the precanned constant for this
Change-Id: Iaa6283029f9de41e2506051c49dc18f876b28587
-rw-r--r-- | wizards/com/sun/star/wizards/letter/LetterWizardDialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |