Fixed a typo

This commit is contained in:
Manuel Cortez 2023-04-05 13:36:35 -06:00
parent 10e23b039b
commit 058ca1347a
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -255,10 +255,6 @@ class viewPost(wx.Dialog):
if hasattr(self, buttonName):
return getattr(self, buttonName).Enable()
class viewPost(wx.Dialog):
def set_title(self, lenght):
self.SetTitle(_("Post - %i characters ") % (lenght,))
class viewText(wx.Dialog):
def __init__(self, title="", text="", *args, **kwargs):
super(viewText, self).__init__(parent=None, id=wx.ID_ANY, size=(850,850), title=title)