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
This commit is contained in:
Gediminas Paulauskas
2001-04-05 00:26:43 +00:00
committed by Gediminas Paulauskas
parent 7210c85ade
commit c77e63e2cc
8 changed files with 34 additions and 15 deletions

View File

@ -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)