diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/web/WebWizardDialogResources.py')
-rw-r--r-- | wizards/com/sun/star/wizards/web/WebWizardDialogResources.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py b/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py index a8b5e545cced..ea456600b35a 100644 --- a/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py +++ b/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py @@ -31,8 +31,8 @@ class WebWizardDialogResources(Resource): def __init__(self, xmsf): super(WebWizardDialogResources,self).__init__(xmsf, WebWizardDialogResources.MODULE_NAME) - self.resbtnDocUp_value = str(8743) - self.resbtnDocDown_value = str(8744) + self.resbtnDocUp_value = chr(8743) + self.resbtnDocDown_value = chr(8744) #Delete the String, uncomment the getResText method self.resWebWizardDialog_title = self.getResText( |