diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2001-04-05 08:26:43 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-05 08:26:43 +0800 |
commit | c77e63e2cc9d19f865589da454e8810f8804aedf (patch) | |
tree | 213ff7264cb70cfb1ec0cdbd31655c64a0985f58 /e-util/e-xml-utils.c | |
parent | 7210c85ade19359bfb711b66780a47700742b0fa (diff) | |
download | gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.gz gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.bz2 gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.lz gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.xz gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.zst gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.zip |
Some small header cleanups & fixes, and fix to translate all popup menus
(woohoo!):
2001-04-05 Gediminas Paulauskas <menesis@delfi.lt>
* gal/widgets/e-popup-menu.c: Copied gnome_app_helper_gettext function
here, and use it for translating menu names (they are passed from app as
well as from gal in arrays with N_(), and domains differ).
svn path=/trunk/; revision=9190
Diffstat (limited to 'e-util/e-xml-utils.c')
-rw-r--r-- | e-util/e-xml-utils.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c index e25e2dc497..e25f159f4b 100644 --- a/e-util/e-xml-utils.c +++ b/e-util/e-xml-utils.c @@ -24,13 +24,12 @@ #include "e-xml-utils.h" -#include "gal/util/e-i18n.h" -#include <glib.h> #include <locale.h> #include <math.h> +#include <string.h> #include <gnome-xml/parser.h> #include <gnome-xml/xmlmemory.h> -#include <libgnome/libgnome.h> +#include "gal/util/e-i18n.h" xmlNode * e_xml_get_child_by_name (const xmlNode *parent, const xmlChar *child_name) |