diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-10 12:51:36 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-10 12:51:36 +0200 |
commit | 335419e6de313deb15a6dcf1578a9e2aeab78fa5 (patch) | |
tree | 5f33a0181602c868475568f91a837bd4629db177 /src/core/wee-config.c | |
parent | 8d58b81d83d9a5462f1b4aeb274a16a91ef213d1 (diff) | |
download | weechat-335419e6de313deb15a6dcf1578a9e2aeab78fa5.zip |
Rename option weechat.completion.nick_completor to nick_completer
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index a9f73149f..d1c4d3e12 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -153,7 +153,7 @@ struct t_config_option *config_color_nicklist_separator; struct t_config_option *config_completion_default_template; struct t_config_option *config_completion_nick_add_space; -struct t_config_option *config_completion_nick_completor; +struct t_config_option *config_completion_nick_completer; struct t_config_option *config_completion_nick_first_only; struct t_config_option *config_completion_nick_ignore_chars; struct t_config_option *config_completion_partial_completion_alert; @@ -1809,9 +1809,9 @@ config_weechat_init_options () N_("add space after nick completion (when nick is not first word on " "command line)"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); - config_completion_nick_completor = config_file_new_option ( + config_completion_nick_completer = config_file_new_option ( weechat_config_file, ptr_section, - "nick_completor", "string", + "nick_completer", "string", N_("string inserted after nick completion"), NULL, 0, 0, ":", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_completion_nick_first_only = config_file_new_option ( |