diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-10 08:39:19 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-10 08:39:19 +0000 |
commit | 9b6d5f7e99b89671b53aa7d3eb44f9e754dad90a (patch) | |
tree | e34a48715800cbf5f70b7d14826a865d4e0b6f7b /src/core/log.h | |
parent | 7503302d2397f3440a8bae71d22281468bb9ceae (diff) | |
download | irssi-9b6d5f7e99b89671b53aa7d3eb44f9e754dad90a.zip |
Rotate time names changed :) week -> weekly, day -> daily, etc.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@308 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/log.h')
-rw-r--r-- | src/core/log.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/log.h b/src/core/log.h index 599be9e2..184f5ace 100644 --- a/src/core/log.h +++ b/src/core/log.h @@ -3,10 +3,10 @@ enum { LOG_ROTATE_NEVER, - LOG_ROTATE_HOUR, - LOG_ROTATE_DAY, - LOG_ROTATE_WEEK, - LOG_ROTATE_MONTH + LOG_ROTATE_HOURLY, + LOG_ROTATE_DAILY, + LOG_ROTATE_WEEKLY, + LOG_ROTATE_MONTHLY }; typedef struct { |