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-util.h | |
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-util.h')
-rw-r--r-- | e-util/e-util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 3e861ed673..374c41693a 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -2,7 +2,6 @@ #define _E_UTIL_H_ #include <sys/types.h> -#include <glib.h> #include <gtk/gtktypeutils.h> #ifdef __cplusplus |