From aec97d2082113d2227460cc9236130773332dcc1 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 18 Nov 2010 18:27:10 +0100 Subject: Add note about comma and "+" in help of options weechat.bar.xxx.items --- src/gui/gui-bar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index a70afbf21..9ad708284 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -1369,7 +1369,8 @@ gui_bar_create_option (const char *bar_name, int index_option, const char *value ptr_option = config_file_new_option ( weechat_config_file, weechat_config_section_bar, option_name, "string", - N_("items of bar"), + N_("items of bar, they can be separated by comma (space " + "between items) or \"+\" (glued items)"), NULL, 0, 0, gui_bar_default_items (bar_name), value, 0, NULL, NULL, &gui_bar_config_change_items, NULL, NULL, NULL); break; -- cgit v1.2.3