From 785066832761966676d5382b047b9e2ef2d1c045 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 9 Feb 2010 17:19:14 +0100 Subject: Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914) --- src/core/wee-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/wee-config.h') diff --git a/src/core/wee-config.h b/src/core/wee-config.h index 6165f188f..b9337f051 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -120,6 +120,7 @@ extern struct t_config_option *config_look_scroll_amount; extern struct t_config_option *config_look_scroll_page_percent; extern struct t_config_option *config_look_search_text_not_found_alert; extern struct t_config_option *config_look_set_title; +extern struct t_config_option *config_look_time_format; extern struct t_config_option *config_color_separator; extern struct t_config_option *config_color_bar_more; -- cgit v1.2.3