diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-08-12 02:29:28 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-08-12 02:29:28 +0800 |
commit | 2a6a3c35380993104884de40fa9643d6a7440e76 (patch) | |
tree | 68d0dff2c1d2f278efd46a02f929fac2ae3d0e9f /addressbook | |
parent | c744603c14995f048498cc16c88b7d6490596dec (diff) | |
download | gsoc2013-evolution-2a6a3c35380993104884de40fa9643d6a7440e76.tar gsoc2013-evolution-2a6a3c35380993104884de40fa9643d6a7440e76.tar.gz gsoc2013-evolution-2a6a3c35380993104884de40fa9643d6a7440e76.tar.bz2 gsoc2013-evolution-2a6a3c35380993104884de40fa9643d6a7440e76.tar.lz gsoc2013-evolution-2a6a3c35380993104884de40fa9643d6a7440e76.tar.xz gsoc2013-evolution-2a6a3c35380993104884de40fa9643d6a7440e76.tar.zst gsoc2013-evolution-2a6a3c35380993104884de40fa9643d6a7440e76.zip |
svn path=/trunk/; revision=11916
2001-08-11 Kjartan Maraas <kmaraas@gnome.org>
svn path=/trunk/; revision=11916
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 1 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-bonobo.h | 4 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 2 |
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")); |