summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-05-11 22:53:16 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-05-11 22:53:16 +0000
commita26be5e37daa08584c4bcb477e8624d51f39dc8c (patch)
tree8f52360e11435240f208300fac5e81526874262b /src
parentbd4f506b632dff6b2bbac6e62b008da75e0eb714 (diff)
downloadirssi-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')
-rw-r--r--src/core/expandos.c2
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;