diff options
author | Timo Sirainen <cras@irssi.org> | 2002-05-11 22:53:16 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-05-11 22:53:16 +0000 |
commit | a26be5e37daa08584c4bcb477e8624d51f39dc8c (patch) | |
tree | 8f52360e11435240f208300fac5e81526874262b /src/core | |
parent | bd4f506b632dff6b2bbac6e62b008da75e0eb714 (diff) | |
download | irssi-a26be5e37daa08584c4bcb477e8624d51f39dc8c.zip |
moved timestamp_format into lookandfeel category
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2775 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/expandos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expandos.c b/src/core/expandos.c index 5cec5561..2830d677 100644 --- a/src/core/expandos.c +++ b/src/core/expandos.c @@ -538,7 +538,7 @@ void expandos_init(void) struct utsname un; #endif settings_add_str("misc", "STATUS_OPER", "*"); - settings_add_str("misc", "timestamp_format", "%H:%M"); + settings_add_str("lookandfeel", "timestamp_format", "%H:%M"); client_start_time = time(NULL); last_sent_msg = NULL; last_sent_msg_body = NULL; |