From 2a6a3c35380993104884de40fa9643d6a7440e76 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sat, 11 Aug 2001 18:29:28 +0000 Subject: svn path=/trunk/; revision=11916 2001-08-11 Kjartan Maraas svn path=/trunk/; revision=11916 --- addressbook/gui/component/select-names/e-select-names-bonobo.h | 4 ---- addressbook/gui/component/select-names/e-select-names.c | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'addressbook/gui/component/select-names') diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.h b/addressbook/gui/component/select-names/e-select-names-bonobo.h index 49043e1756..c06e8fa0e0 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.h +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.h @@ -24,10 +24,6 @@ #ifndef __E_SELECT_NAMES_BONOBO_H__ #define __E_SELECT_NAMES_BONOBO_H__ -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include "Evolution-Addressbook-SelectNames.h" diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 2552579b66..e342db4ba3 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -481,7 +481,7 @@ e_select_names_init (ESelectNames *e_select_names) NULL); gnome_dialog_set_default(GNOME_DIALOG(e_select_names), 0); - gtk_window_set_title(GTK_WINDOW(e_select_names), "Select Contacts from Addressbook"); + gtk_window_set_title(GTK_WINDOW(e_select_names), _("Select Contacts from Addressbook")); gtk_window_set_policy(GTK_WINDOW(e_select_names), FALSE, TRUE, FALSE); e_select_names->table = E_TABLE_SCROLLED(glade_xml_get_widget(gui, "table-source")); -- cgit v1.2.3