diff options
Diffstat (limited to 'www/kwebwatch/files/patch-aj')
-rw-r--r-- | www/kwebwatch/files/patch-aj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/kwebwatch/files/patch-aj b/www/kwebwatch/files/patch-aj new file mode 100644 index 000000000000..61d43d645d07 --- /dev/null +++ b/www/kwebwatch/files/patch-aj @@ -0,0 +1,19 @@ +--- kwebwatch/utils.h.orig Sat Jul 1 03:35:28 2000 ++++ kwebwatch/utils.h Sat Jul 1 03:44:47 2000 +@@ -37,10 +37,14 @@ + "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; + + const char* const timechoices[] = { "6 hours", "24 hours", "12 hours", "3 hours", +- "1 hour", "30 minutes", "10 minutes", 0 }; ++ "1 hour", "30 minutes", "10 minutes", ++ "1 week", "1 month", "3 months", ++ "6 months", "1 year", 0 }; + + const int time_in_seconds[] = { 6*60*60, 24*60*60, 12*60*60, +- 3*60*60, 60*60, 30*60, 10*60 }; ++ 3*60*60, 60*60, 30*60, 10*60, ++ 7*24*60*60, 30*24*60*60, 3*30*24*60*60, ++ 6*30*24*60*60, 365*24*60*60 }; + + QDateTime* GetDateTimeFromString( QString str ); + QString StripTime( QDateTime dt ); |