From 21e4819130cf3cbf4d9382cbfef8579eb0df32ce Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 17 Aug 2005 20:07:59 +0000 Subject: [PATCH] add a fixme for .9 --- src/chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat.py b/src/chat.py index 1447b09c4..66dc3ad06 100644 --- a/src/chat.py +++ b/src/chat.py @@ -486,6 +486,7 @@ class Chat: try: gtkspell.Spell(message_textview) except gobject.GError, msg: + #FIXME: add a ui for this use spell.set_language() dialogs.ErrorDialog(str(msg), _('If that is not your language for which you want to highlight misspelled words, then please set your $LANG as appropriate. Eg. for French do export LANG=fr_FR or export LANG=fr_FR.UTF-8 in ~/.bash_profile or to make it global in /etc/profile.\n\nHighlighting misspelled words feature will not be used')).get_response() gajim.config.set('use_speller', False)