* src/Report.py: Typos.
* src/plugins/WebPage.py: Typos. svn: r3910
This commit is contained in:
parent
72a25955d0
commit
173c687ec7
@ -1,3 +1,7 @@
|
||||
2005-01-13 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/Report.py: Typos.
|
||||
* src/plugins/WebPage.py: Typos.
|
||||
|
||||
2005-01-13 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/plugins/Check.py: Typos.
|
||||
|
||||
|
@ -1261,7 +1261,7 @@ class ReportDialog(BareReportDialog):
|
||||
self.template_combo.append_text(template)
|
||||
if _template_map[template] == template_name:
|
||||
active_index = template_index
|
||||
template_idex = templatex_index + 1
|
||||
template_index = template_index + 1
|
||||
self.template_combo.append_text(_user_template)
|
||||
|
||||
self.template_combo.connect('changed',self.html_file_enable)
|
||||
|
@ -1387,7 +1387,7 @@ class WebReportOptions(ReportOptions.ReportOptions):
|
||||
self.ind_template.append_text(template)
|
||||
if Report._template_map[template] == ind_template_name:
|
||||
active_index = template_index
|
||||
template_idex = templatex_index + 1
|
||||
template_index = template_index + 1
|
||||
self.ind_template.append_text(Report._user_template)
|
||||
|
||||
self.ind_user_template = gnome.ui.FileEntry("HTML_Template",_("Choose File"))
|
||||
|
Loading…
Reference in New Issue
Block a user