diff options
author | Michael Meeks <michael@ximian.com> | 2002-01-16 23:36:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-16 23:36:23 +0800 |
commit | 1b16221c5993da4d9c39c952479101be8d35e13b (patch) | |
tree | 90872ad1edc7207eb75f7935b92cdbf3ad9d2092 /ui/evolution-calendar.xml | |
parent | 1d68f8289f5686820da5ed0cecec586bc50e445c (diff) | |
download | gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.gz gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.bz2 gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.lz gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.xz gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.tar.zst gsoc2013-evolution-1b16221c5993da4d9c39c952479101be8d35e13b.zip |
for all separators, add a unique (per xml file) name to each separator, so
2002-01-15 Michael Meeks <michael@ximian.com>
* *.xml: for all separators, add a unique (per xml file) name
to each separator, so we don't get them conflicting across
merges and messing with the order; then give them a dummy attr
f="" to stop them being transparent, hmm.
svn path=/trunk/; revision=15338
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index e50572fceb..25828b8c5d 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -39,7 +39,7 @@ _label="_Appointment..." pixtype="pixbuf"/> <menuitem name="NewTask" verb="CalendarNewTask" _label="_Task..." pixtype="pixbuf"/> - <separator/> + <separator f="" name="ecal"/> </placeholder> </submenu> @@ -70,7 +70,7 @@ <placeholder name="ViewBegin"> <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/> <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" pixtype="pixbuf"/> - <separator/> + <separator f="" name="ecal"/> </placeholder> </submenu> @@ -78,7 +78,7 @@ <submenu name="Tools"> <placeholder name="ComponentPlaceholder"> <menuitem name="CalendarSettings" verb="" _label="_Calendar Settings..." pixtype="pixbuf"/> - <separator/> + <separator f="" name="ecal"/> </placeholder> </submenu> @@ -90,7 +90,7 @@ <menuitem name="NewTask" verb="CalendarNewTask" _label="Create a New _Task" pixtype="pixbuf"/> - <separator/> + <separator f="" name="ecal"/> <menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/> </submenu> @@ -105,22 +105,22 @@ <toolitem name="NewTask" verb="CalendarNewTask" _label="New Task" priority="1" pixtype="pixbuf"/> - <separator/> + <separator f="" name="ecal1"/> <toolitem name="Print" verb="CalendarPrint" pixtype = "pixbuf"/> <toolitem name="Delete" verb="" pixtype="pixbuf"/> - <separator/> + <separator f="" name="ecal2"/> <toolitem name="Prev" verb="CalendarPrev" pixtype="pixbuf"/> <toolitem name="Today" verb="CalendarToday"/> <toolitem name="Next" verb="CalendarNext" pixtype="pixbuf"/> - <separator/> + <separator f="" name="ecal3"/> <toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1" pixtype="pixbuf"/> - <separator/> + <separator f="" name="ecal4"/> <toolitem name="DayView" verb="ShowDayView" _label="Day" priority="1" pixtype="pixbuf"/> <toolitem name="WorkWeekView" verb="ShowWorkWeekView" _label="Work Week" priority="1" pixtype="pixbuf"/> |