diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-14 03:58:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-14 03:58:58 +0800 |
commit | 7b7757698adecf646ad3627605f6995337457834 (patch) | |
tree | 7c94fec0e6b0937ef9275bc1bc7f68a3c5ce0a73 /ui/evolution-calendar.xml | |
parent | baaa849fa432304a444f03482eb31e1eebc3153a (diff) | |
download | gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.gz gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.bz2 gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.lz gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.xz gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.zst gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.zip |
Add labels for the ShowDayView, ShowWorkWeekView, ShowWeekView,
* evolution-calendar.xml: Add labels for the ShowDayView,
ShowWorkWeekView, ShowWeekView, ShowMonthView buttons.
svn path=/trunk/; revision=11951
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 7ae68cb804..5a929e79ad 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -114,10 +114,10 @@ <separator/> - <toolitem name="DayView" verb="ShowDayView" pixtype="pixbuf"/> - <toolitem name="WorkWeekView" verb="ShowWorkWeekView" pixtype="pixbuf"/> - <toolitem name="WeekView" verb="ShowWeekView" pixtype="pixbuf"/> - <toolitem name="MonthView" verb="ShowMonthView" pixtype="pixbuf"/> + <toolitem name="DayView" verb="ShowDayView" _label="Day" priority="1" pixtype="pixbuf"/> + <toolitem name="WorkWeekView" verb="ShowWorkWeekView" _label="Work Week" priority="1" pixtype="pixbuf"/> + <toolitem name="WeekView" verb="ShowWeekView" _label="Week" priority="1" pixtype="pixbuf"/> + <toolitem name="MonthView" verb="ShowMonthView" _label="Month" priority="1" pixtype="pixbuf"/> </dockitem> |