From 1991d205daa7f5b5754ba67328996c904dc26ecd Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Tue, 10 Apr 2001 21:28:40 +0000 Subject: i18n fixes, added missing includes. 2001-04-10 Gediminas Paulauskas * AUTHORS: /me is a translator. * configure.in (EVO_CHECK_LIB): fail with AC_MSG_ERROR, not echo && exit 1. 2001-04-10 Gediminas Paulauskas * backend/ebook/evolution-gnomecard-importer.c: added missing #include. * contact-editor/e-contact-editor.c (_arrow_pressed): popup menu items were not translated after selecting one of them. * gui/widgets/e-addressbook-view.c: mark popup menu items with N_(). Updated list[] for translators. * gui/widgets/e-minicard.c: same. * gui/widgets/e-minicard-view-widget.c (e_minicard_view_widget_set_arg): fix warning for "editable" arg. * gui/widgets/e-minicard-view.c: convert "empty_message" to utf8. 2001-04-10 Gediminas Paulauskas * widgets/e-summary-subwindow.c: added some missing includes. * widgets/e-summary-title-button.h: same. 2001-04-10 Gediminas Paulauskas * menus/gal-view-menus.c: convert label to utf8. svn path=/trunk/; revision=9215 --- executive-summary/widgets/e-summary-subwindow.c | 4 +++- executive-summary/widgets/e-summary-title-button.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'executive-summary/widgets') diff --git a/executive-summary/widgets/e-summary-subwindow.c b/executive-summary/widgets/e-summary-subwindow.c index 961fbd7ac4..d93e170690 100644 --- a/executive-summary/widgets/e-summary-subwindow.c +++ b/executive-summary/widgets/e-summary-subwindow.c @@ -25,10 +25,12 @@ #include #endif +#include #include #include - #include +#include +#include #include "e-summary-subwindow.h" #include "e-summary-titlebar.h" diff --git a/executive-summary/widgets/e-summary-title-button.h b/executive-summary/widgets/e-summary-title-button.h index a99a96815a..f79f986d07 100644 --- a/executive-summary/widgets/e-summary-title-button.h +++ b/executive-summary/widgets/e-summary-title-button.h @@ -26,6 +26,7 @@ #include #include +#include #define E_SUMMARY_TITLE_BUTTON_TYPE (e_summary_title_button_get_type ()) #define E_SUMMARY_TITLE_BUTTON(obj) (GTK_CHECK_CAST ((obj), E_SUMMARY_TITLE_BUTTON_TYPE, ESummaryTitleButton)) -- cgit v1.2.3