changed comment

This commit is contained in:
Dimitur Kirov 2005-08-01 16:00:36 +00:00
parent 438606b50d
commit 8c7d818eca
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ class StatusTable:
str_status += ' - ' + status
return gtkgui_helpers.escape_for_pango_markup(str_status)
# "Pan Taduesz; Ksiega I" problem, reported by koorek
# "too long status make the tooltip large than the screen" problem, reported by koorek
def strip_text(self, text, max_length):
text = text.strip()
if len(text) > max_length: