diff options
Diffstat (limited to 'calendar/cal-util')
-rw-r--r-- | calendar/cal-util/calobj.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/cal-util/calobj.c b/calendar/cal-util/calobj.c index 53be88f362..9b66e5795b 100644 --- a/calendar/cal-util/calobj.c +++ b/calendar/cal-util/calobj.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Calendar objects implementations. * Copyright (C) 1998 the Free Software Foundation @@ -1011,7 +1012,7 @@ ical_object_to_vobject (iCalObject *ical) if (strchr (ical->summary, '\n')) addProp (s, VCQuotedPrintableProp); } else { - addPropValue (o, VCSummaryProp, _("Appointment")); + //addPropValue (o, VCSummaryProp, _("Snark")); } /* status */ |