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_* --- widgets/table/e-tree.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'widgets/table/e-tree.c') diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c index ac1fcdd2d7..c093255518 100644 --- a/widgets/table/e-tree.c +++ b/widgets/table/e-tree.c @@ -3364,61 +3364,61 @@ e_tree_class_init (ETreeClass *class) g_object_class_install_property (object_class, PROP_LENGTH_THRESHOLD, g_param_spec_int ("length_threshold", - _( "Length Threshold" ), - _( "Length Threshold" ), + "Length Threshold", + "Length Threshold", 0, G_MAXINT, 0, G_PARAM_WRITABLE)); g_object_class_install_property (object_class, PROP_HORIZONTAL_DRAW_GRID, g_param_spec_boolean ("horizontal_draw_grid", - _( "Horizontal Draw Grid" ), - _( "Horizontal Draw Grid" ), + "Horizontal Draw Grid", + "Horizontal Draw Grid", FALSE, G_PARAM_WRITABLE)); g_object_class_install_property (object_class, PROP_VERTICAL_DRAW_GRID, g_param_spec_boolean ("vertical_draw_grid", - _( "Vertical Draw Grid" ), - _( "Vertical Draw Grid" ), + "Vertical Draw Grid", + "Vertical Draw Grid", FALSE, G_PARAM_WRITABLE)); g_object_class_install_property (object_class, PROP_DRAW_FOCUS, g_param_spec_boolean ("drawfocus", - _( "Draw focus" ), - _( "Draw focus" ), + "Draw focus", + "Draw focus", FALSE, G_PARAM_WRITABLE)); g_object_class_install_property (object_class, PROP_ETTA, g_param_spec_object ("ETreeTableAdapter", - _( "ETree table adapter" ), - _( "ETree table adapter" ), + "ETree table adapter", + "ETree table adapter", E_TREE_TABLE_ADAPTER_TYPE, G_PARAM_READABLE)); g_object_class_install_property (object_class, PROP_UNIFORM_ROW_HEIGHT, g_param_spec_boolean ("uniform_row_height", - _( "Uniform row height" ), - _( "Uniform row height" ), + "Uniform row height", + "Uniform row height", FALSE, G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_ALWAYS_SEARCH, g_param_spec_boolean ("always_search", - _( "Always search" ), - _( "Always search" ), + "Always search", + "Always search", FALSE, G_PARAM_READWRITE)); gtk_widget_class_install_style_property (widget_class, g_param_spec_boolean ("retro_look", - _("Retro Look"), - _("Draw lines and +/- expanders."), + "Retro Look", + "Draw lines and +/- expanders.", FALSE, G_PARAM_READABLE)); gtk_widget_class_install_style_property (widget_class, g_param_spec_int ("expander_size", - _("Expander Size"), - _("Size of the expander arrow"), + "Expander Size", + "Size of the expander arrow", 0, G_MAXINT, 10, -- cgit v1.2.3