1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

core: fix help of option weechat.color.separator

This commit is contained in:
Sebastien Helleu
2013-01-04 17:46:13 +01:00
parent e21de5ce96
commit da56eb6978
17 changed files with 62 additions and 30 deletions
+2 -1
View File
@@ -2317,7 +2317,8 @@ config_weechat_init_options ()
config_color_separator = config_file_new_option (
weechat_config_file, ptr_section,
"separator", "color",
N_("background color for window separators (when split)"),
N_("color for window separators (when split) and separators beside bars "
"(like nicklist)"),
NULL, GUI_COLOR_SEPARATOR, 0, "blue", NULL, 0,
NULL, NULL, &config_change_color, NULL, NULL, NULL);
/* bar colors */