From b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 1 Apr 2010 21:40:19 +0200 Subject: Bug #325121 - Do not translate developer strings in g_param_spec_* --- .../gui/contact-list-editor/e-contact-list-editor.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'addressbook/gui/contact-list-editor') diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index 23da590e72..c15a03c70c 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -1234,8 +1234,8 @@ contact_list_editor_class_init (EContactListEditorClass *class) PROP_BOOK, g_param_spec_object ( "book", - _("Book"), - /*_( */"XXX blurb" /*)*/, + "Book", + NULL, E_TYPE_BOOK, G_PARAM_READWRITE)); @@ -1244,8 +1244,8 @@ contact_list_editor_class_init (EContactListEditorClass *class) PROP_CONTACT, g_param_spec_object ( "contact", - _("Contact"), - /*_( */"XXX blurb" /*)*/, + "Contact", + NULL, E_TYPE_CONTACT, G_PARAM_READWRITE)); @@ -1254,8 +1254,8 @@ contact_list_editor_class_init (EContactListEditorClass *class) PROP_IS_NEW_LIST, g_param_spec_boolean ( "is_new_list", - _("Is New List"), - /*_( */"XXX blurb" /*)*/, + "Is New List", + NULL, FALSE, G_PARAM_READWRITE)); @@ -1264,8 +1264,8 @@ contact_list_editor_class_init (EContactListEditorClass *class) PROP_EDITABLE, g_param_spec_boolean ( "editable", - _("Editable"), - /*_( */"XXX blurb" /*)*/, + "Editable", + NULL, FALSE, G_PARAM_READWRITE)); } -- cgit v1.2.3