aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-11-16 02:45:29 +0800
committerMilan Crha <mcrha@redhat.com>2011-11-16 02:46:22 +0800
commitbadc11edcf5e73bc6148c7b5cdccee739eb9d7ae (patch)
tree6cee87b2569d85f68f6552a4510f673f2af854be /calendar/gui/e-meeting-time-sel.h
parentecf3f2a6e927a5efe8b38622ee884d4c5d88e5f3 (diff)
downloadgsoc2013-evolution-badc11edcf5e73bc6148c7b5cdccee739eb9d7ae.tar
gsoc2013-evolution-badc11edcf5e73bc6148c7b5cdccee739eb9d7ae.tar.gz
gsoc2013-evolution-badc11edcf5e73bc6148c7b5cdccee739eb9d7ae.tar.bz2
gsoc2013-evolution-badc11edcf5e73bc6148c7b5cdccee739eb9d7ae.tar.lz
gsoc2013-evolution-badc11edcf5e73bc6148c7b5cdccee739eb9d7ae.tar.xz
gsoc2013-evolution-badc11edcf5e73bc6148c7b5cdccee739eb9d7ae.tar.zst
gsoc2013-evolution-badc11edcf5e73bc6148c7b5cdccee739eb9d7ae.zip
Bug #661126 - Meeting Free/busy dialog dates don't follow locale
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r--calendar/gui/e-meeting-time-sel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h
index 7f45242006..7c3f7c3021 100644
--- a/calendar/gui/e-meeting-time-sel.h
+++ b/calendar/gui/e-meeting-time-sel.h
@@ -68,13 +68,13 @@
G_BEGIN_DECLS
/* This is used to specify the format used when displaying the dates.
- * The full format is like 'Sunday, September 12, 1999'. The abbreviated format
- * is like 'Sun 12/9/99'. The short format is like '12/9/99'. The actual
- * format used is determined in e_meeting_time_selector_style_set (), once we
- * know the font being used. */
+ * The abbreviated format is like 'Sun 12/9/99'.
+ * The short format is like '12/9/99'.
+ * The actual format used is determined in e_meeting_time_selector_style_set (),
+ * once we know the font being used.
+ */
typedef enum
{
- E_MEETING_TIME_SELECTOR_DATE_FULL,
E_MEETING_TIME_SELECTOR_DATE_ABBREVIATED_DAY,
E_MEETING_TIME_SELECTOR_DATE_SHORT
} EMeetingTimeSelectorDateFormat;