* src/Report.py: Typos.

* src/plugins/WebPage.py: Typos.


svn: r3910
This commit is contained in:
Alex Roitman 2005-01-13 18:21:04 +00:00
parent 72a25955d0
commit 173c687ec7
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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)

View File

@ -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"))