Kaydet (Commit) bfe191c0 authored tarafından Xisco Fauli's avatar Xisco Fauli

pyfax: replace tabs with spaces

Change-Id: Iec6b3738723adf43dee4801c30660007f9391797
üst 729ebb36
...@@ -485,7 +485,8 @@ class FaxWizardDialogImpl(FaxWizardDialog): ...@@ -485,7 +485,8 @@ class FaxWizardDialogImpl(FaxWizardDialog):
self.initializeElements() self.initializeElements()
self.setElements() self.setElements()
def txtTemplateNameTextChanged(self): def txtTemplateTextChanged(self):
# Change Template Title in Properties
xDocProps = TextDocument.xTextDocument.DocumentProperties xDocProps = TextDocument.xTextDocument.DocumentProperties
xDocProps.Title = self.txtTemplateName.Text xDocProps.Title = self.txtTemplateName.Text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment