diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-01 12:31:19 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-01 12:31:19 +0000 |
commit | 14e833c2579cc4f90853ffea8bcdd11007713835 (patch) | |
tree | 0ce855b9f927bc4d9811c9437e8231d172c9ee44 /src/common/weeconfig.c | |
parent | de5af8a3b107c276de0dd0ebd57bfadee694b003 (diff) | |
download | weechat-14e833c2579cc4f90853ffea8bcdd11007713835.zip |
Version 0.0.9
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index 746ad44df..05f8a6731 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2005 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify @@ -152,7 +152,7 @@ t_config_option weechat_options_look[] = { "look_infobar_timestamp", N_("timestamp for time in infobar"), N_("timestamp for time in infobar"), OPTION_TYPE_STRING, 0, 0, 0, - "%B, %A %d %G - %H:%M", NULL, NULL, &cfg_look_infobar_timestamp, config_change_buffer_content }, + "%B, %A %d %Y - %H:%M", NULL, NULL, &cfg_look_infobar_timestamp, config_change_buffer_content }, { "look_infobar_delay_highlight", N_("delay (in seconds) for highlight messages in infobar"), N_("delay (in seconds) for highlight messages in infobar " "(0 = disable highlight notifications in infobar)"), |