aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-bonobo.h4
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c2
2 files changed, 1 insertions, 5 deletions
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 <config.h>
-#endif
-
#include <bonobo/bonobo-object.h>
#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"));