Patch names improvements

svn: r1345
This commit is contained in:
Don Allingham
2003-03-12 23:17:54 +00:00
parent 06443929d6
commit f9f602f378
4 changed files with 158 additions and 145 deletions

View File

@ -114,7 +114,12 @@ class PatchNames:
"destroy_passed_object" : Utils.destroy_passed_object,
"on_ok_clicked" : self.on_ok_clicked
})
self.top.get_widget("textwindow").show_string(msg)
Utils.set_titles(self.top.get_widget('summary'),
self.top.get_widget('title'),
_('Name and title extraction tool'))
self.top.get_widget("textwindow").get_buffer().set_text(msg)
else:
OkDialog(_("No titles or nicknames were found"))
self.cb(0)