diff options
author | Anders Carlsson <andersca@codefactory.se> | 2001-04-03 05:43:54 +0800 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2001-04-03 05:43:54 +0800 |
commit | 2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0 (patch) | |
tree | d9c1e3302443670e2846aec2008848b88713546d | |
parent | 0dfb7852f0ac6c2a52dab674516845c2b97fbb56 (diff) | |
download | gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.gz gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.bz2 gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.lz gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.xz gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.zst gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.zip |
Added a space after an attribute to make libxml happy.
2001-04-02 Anders Carlsson <andersca@codefactory.se>
* evolution-mail.xml: Added a space after an attribute to make libxml happy.
svn path=/trunk/; revision=9107
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 27d40aeade..170316fa0a 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-04-02 Anders Carlsson <andersca@codefactory.se> + + * evolution-mail.xml: Added a space after an attribute to make libxml happy. + 2001-04-01 Gediminas Paulauskas <menesis@delfi.lt> * evolution-addressbook.xml, evolution-calendar.xml, evolution-mail.xml, diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index e894971911..b3205b4d23 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -140,7 +140,7 @@ <submenu name="Actions"> <placeholder name="Component"> <menuitem name="SendReceive" verb="MailGetSend" - _label="_Send / Receive"pixtype="pixbuf"/> + _label="_Send / Receive" pixtype="pixbuf"/> <separator/> |