diff options
Diffstat (limited to 'src/plugins/spell/spell.c')
-rw-r--r-- | src/plugins/spell/spell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/spell/spell.c b/src/plugins/spell/spell.c index 3bf011ec0..c1e02c6a0 100644 --- a/src/plugins/spell/spell.c +++ b/src/plugins/spell/spell.c @@ -48,7 +48,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Spell checker for input")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(12000); +WEECHAT_PLUGIN_PRIORITY(SPELL_PLUGIN_PRIORITY); struct t_weechat_plugin *weechat_spell_plugin = NULL; |