summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-12-15 22:11:13 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-12-15 22:11:13 +0100
commite69a3f0f0ef86d4f9c75237b48f7c7fccbe5e4c0 (patch)
tree5969c345576d9e3537edc8988b7eca85e29fc6cf /src/core
parent507adbe42e3978a4f9685af67e3b2d4267049867 (diff)
downloadweechat-e69a3f0f0ef86d4f9c75237b48f7c7fccbe5e4c0.zip
Add new bar filling types: columns_horizontal and columns_vertical
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index 5ca9c97b6..932c1f77d 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -1267,7 +1267,7 @@ config_weechat_init ()
config_color_separator = config_file_new_option (
weechat_config_file, ptr_section,
"separator", "color",
- N_("background color for window separators (when splited)"),
+ N_("background color for window separators (when splitted)"),
NULL, GUI_COLOR_SEPARATOR, 0, "blue", NULL,
NULL, NULL, &config_change_color, NULL, NULL, NULL);
/* bar colors */