summaryrefslogtreecommitdiffstats
path: root/korganizer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-12-23 14:06:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-12-23 14:06:06 +0900
commitb46c8e41db48863140066441f56fb0cedb583db9 (patch)
tree22a7649ceb2f962889defaa51e973b7f0e684bbd /korganizer
parent6e9f8cb7044774da171b2a0f6ffdda579eb9ddab (diff)
downloadtdepim-b46c8e41db48863140066441f56fb0cedb583db9.tar.gz
tdepim-b46c8e41db48863140066441f56fb0cedb583db9.zip
Changed default value of "Default duration of new appointment" from 2 hours to 15 minutes. This resolves bug 236.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'korganizer')
-rw-r--r--korganizer/korganizer.kcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/korganizer.kcfg b/korganizer/korganizer.kcfg
index c9c6dd67..016ca841 100644
--- a/korganizer/korganizer.kcfg
+++ b/korganizer/korganizer.kcfg
@@ -146,7 +146,7 @@
<entry type="DateTime" name="DefaultDuration">
<label>Default duration of new appointment (HH:MM)</label>
<whatsthis>Enter default duration for events here. The default is used if you do not supply an end time.</whatsthis>
- <default>TQDateTime(TQDate(), TQTime(2,0))</default>
+ <default>TQDateTime(TQDate(), TQTime(0,15))</default>
</entry>
<entry type="Int" key="Default Reminder Time" name="ReminderTime">