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 --- widgets/table/e-cell-pixbuf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'widgets/table/e-cell-pixbuf.c') diff --git a/widgets/table/e-cell-pixbuf.c b/widgets/table/e-cell-pixbuf.c index 3e89f53c75..9b829fbc0b 100644 --- a/widgets/table/e-cell-pixbuf.c +++ b/widgets/table/e-cell-pixbuf.c @@ -8,9 +8,7 @@ */ #include -#include -#include - +#include #include "e-cell-pixbuf.h" static ECellClass *parent_class; -- cgit