User actions dialog now works, the spell checker module ignores twitter usernames, hashtags, URL and email addresses

This commit is contained in:
2015-02-01 00:49:03 -06:00
parent ff65b73232
commit e93f0f4980
9 changed files with 195 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ class ignoredClients(wx.Panel):
def get_client_id(self):
return self.clients.GetSelection()
def remove(self, id):
def remove_(self, id):
self.clients.Delete(id)
class sound(wx.Panel):