aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar.error.xml
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-12-14 20:09:15 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-12-14 20:09:15 +0800
commitd25e67dc074084669459a5614f9d0dbb4c27e92e (patch)
treec42e25df75b2afca9f71cb2d8f1b012cca202893 /calendar/calendar.error.xml
parent06f6bda380842ab665ea60314a510bc329f85871 (diff)
downloadgsoc2013-evolution-d25e67dc074084669459a5614f9d0dbb4c27e92e.tar
gsoc2013-evolution-d25e67dc074084669459a5614f9d0dbb4c27e92e.tar.gz
gsoc2013-evolution-d25e67dc074084669459a5614f9d0dbb4c27e92e.tar.bz2
gsoc2013-evolution-d25e67dc074084669459a5614f9d0dbb4c27e92e.tar.lz
gsoc2013-evolution-d25e67dc074084669459a5614f9d0dbb4c27e92e.tar.xz
gsoc2013-evolution-d25e67dc074084669459a5614f9d0dbb4c27e92e.tar.zst
gsoc2013-evolution-d25e67dc074084669459a5614f9d0dbb4c27e92e.zip
** Refixes the bug #320210
2005-11-28 Srinivasa Ragavan <sragavan@novell.com> ** Refixes the bug #320210 * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES in "prompt-delete-appointment". It was missed out in the earlier patch. svn path=/trunk/; revision=30771
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r--calendar/calendar.error.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index 951c115a13..2fb1df370a 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -50,7 +50,7 @@
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
- <error id="prompt-delete-appointment" type="question" default="GTK_RESPONSE_NO">
+ <error id="prompt-delete-appointment" type="question" default="GTK_RESPONSE_YES">
<_primary>Are you sure you want to delete this appointment?</_primary>
<_secondary>All information on this appointment will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>