From ad9cf0fd0e02b2d76ea57a1df10b390c431e8446 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 6 Sep 2016 14:04:07 +0200 Subject: [PATCH] Update spell_check.py --- src/fenrir-package/commands/commands/spell_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrir-package/commands/commands/spell_check.py b/src/fenrir-package/commands/commands/spell_check.py index 95f1dae1..0d8a1f1c 100644 --- a/src/fenrir-package/commands/commands/spell_check.py +++ b/src/fenrir-package/commands/commands/spell_check.py @@ -37,7 +37,7 @@ class command(): if currWord != '': if not self.spellChecker.check(currWord): - environment['runtime']['outputManager'].presentText(environment, 'misspelled', interrupt=True) + environment['runtime']['outputManager'].presentText(environment, 'misspelled',soundIcon='mispell', interrupt=True) return environment def setCallback(self, callback):