aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-model.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-04-02 03:40:19 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-02 03:40:19 +0800
commitb2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6 (patch)
treec931eb292f3610cb9c5687260d56b660db176d47 /addressbook/gui/widgets/e-addressbook-model.c
parent125573b8fd62f4d0d38907c95c70168ca984d3c4 (diff)
downloadgsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar
gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.gz
gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.bz2
gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.lz
gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.xz
gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.zst
gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.zip
Bug #325121 - Do not translate developer strings in g_param_spec_*
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.c')
-rw-r--r--addressbook/gui/widgets/e-addressbook-model.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.c b/addressbook/gui/widgets/e-addressbook-model.c
index 4d40ced9e8..e323d3d8a5 100644
--- a/addressbook/gui/widgets/e-addressbook-model.c
+++ b/addressbook/gui/widgets/e-addressbook-model.c
@@ -509,7 +509,7 @@ addressbook_model_class_init (EAddressbookModelClass *class)
PROP_BOOK,
g_param_spec_object (
"book",
- _("Book"),
+ "Book",
NULL,
E_TYPE_BOOK,
G_PARAM_READWRITE));
@@ -519,7 +519,7 @@ addressbook_model_class_init (EAddressbookModelClass *class)
PROP_EDITABLE,
g_param_spec_boolean (
"editable",
- _("Editable"),
+ "Editable",
NULL,
FALSE,
G_PARAM_READWRITE));
@@ -529,7 +529,7 @@ addressbook_model_class_init (EAddressbookModelClass *class)
PROP_QUERY,
g_param_spec_string (
"query",
- _("Query"),
+ "Query",
NULL,
NULL,
G_PARAM_READWRITE |