aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog1
-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
3 files changed, 2 insertions, 5 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index b10bdfdaaf..f4cba44ebb 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,6 @@
2001-08-11 Kjartan Maraas <kmaraas@gnome.org>
+ * gui/component/select-names/e-select-names.c: Mark a string for translation.
* This fixes bug #7052
* printing/e-contact-print.h: Add headers to make it stand on itw own.
* printing/e-contact-print.c: Marked some strings for translation.
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"));