Fixed title in count_anc.py, added superscript for TextDoc

svn: r1485
This commit is contained in:
Don Allingham
2003-05-01 23:35:27 +00:00
parent 9a4e9db4e8
commit e0fe3aa2a0
3 changed files with 24 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ class CountAncestors:
top = topDialog.get_widget("summary")
textwindow = topDialog.get_widget("textwindow")
topDialog.get_widget("summaryTitle").set_text(title)
topDialog.get_widget("title").set_text(title)
textwindow.get_buffer().set_text(text)
top.show()