From c77e63e2cc9d19f865589da454e8810f8804aedf Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Thu, 5 Apr 2001 00:26:43 +0000 Subject: Some small header cleanups & fixes, and fix to translate all popup menus (woohoo!): 2001-04-05 Gediminas Paulauskas * 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 --- e-util/e-xml-utils.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'e-util/e-xml-utils.c') 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 #include #include +#include #include #include -#include +#include "gal/util/e-i18n.h" xmlNode * e_xml_get_child_by_name (const xmlNode *parent, const xmlChar *child_name) -- cgit