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-signature-editor.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-signature-editor.xml')
-rw-r--r-- | ui/evolution-signature-editor.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/evolution-signature-editor.xml b/ui/evolution-signature-editor.xml index af8604d1e7..f4b964bd72 100644 --- a/ui/evolution-signature-editor.xml +++ b/ui/evolution-signature-editor.xml @@ -31,7 +31,7 @@ <placeholder name="Print" delimit="top"/> - <separator/> + <separator f=""/> <menuitem name="FileClose" verb="" _label="_Close"/> </submenu> @@ -39,11 +39,11 @@ <submenu name="Edit" _label="_Edit"> <placeholder name="EditUndoRedo"/> - <separator/> + <separator f=""/> <placeholder name="EditCutCopyPaste"/> - <separator/> + <separator f=""/> <placeholder name="EditFindReplace"/> - <separator/> + <separator f=""/> <placeholder name="EditMisc"/> </submenu> |