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_* --- calendar/gui/e-cal-model.c | 2 +- calendar/gui/e-memo-table.c | 4 ++-- calendar/gui/e-task-table.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index eaa5df68e1..9e2ab5579e 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -322,7 +322,7 @@ e_cal_model_class_init (ECalModelClass *class) PROP_DEFAULT_CLIENT, g_param_spec_object ( "default-client", - _("Default Client"), + "Default Client", NULL, E_TYPE_CAL, G_PARAM_READWRITE)); diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c index d5e5093a93..2323f75341 100644 --- a/calendar/gui/e-memo-table.c +++ b/calendar/gui/e-memo-table.c @@ -1050,7 +1050,7 @@ memo_table_class_init (EMemoTableClass *class) PROP_MODEL, g_param_spec_object ( "model", - _("Model"), + "Model", NULL, E_TYPE_CAL_MODEL, G_PARAM_READWRITE | @@ -1067,7 +1067,7 @@ memo_table_class_init (EMemoTableClass *class) PROP_SHELL_VIEW, g_param_spec_object ( "shell-view", - _("Shell View"), + "Shell View", NULL, E_TYPE_SHELL_VIEW, G_PARAM_READWRITE | diff --git a/calendar/gui/e-task-table.c b/calendar/gui/e-task-table.c index c71eeeeb04..6015962398 100644 --- a/calendar/gui/e-task-table.c +++ b/calendar/gui/e-task-table.c @@ -1349,7 +1349,7 @@ task_table_class_init (ETaskTableClass *class) PROP_MODEL, g_param_spec_object ( "model", - _("Model"), + "Model", NULL, E_TYPE_CAL_MODEL, G_PARAM_READWRITE | @@ -1366,7 +1366,7 @@ task_table_class_init (ETaskTableClass *class) PROP_SHELL_VIEW, g_param_spec_object ( "shell-view", - _("Shell View"), + "Shell View", NULL, E_TYPE_SHELL_VIEW, G_PARAM_READWRITE | -- cgit v1.2.3