diff options
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r-- | gtk/gtkfixed.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index 04cbac85ce..caaff5644d 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -117,8 +117,8 @@ gtk_fixed_class_init (GtkFixedClass *class) gtk_container_class_install_child_property (container_class, CHILD_PROP_X, g_param_spec_int ("x", - _("X position"), - _("X position of child widget"), + P_("X position"), + P_("X position of child widget"), G_MININT, G_MAXINT, 0, @@ -127,8 +127,8 @@ gtk_fixed_class_init (GtkFixedClass *class) gtk_container_class_install_child_property (container_class, CHILD_PROP_Y, g_param_spec_int ("y", - _("Y position"), - _("Y position of child widget"), + P_("Y position"), + P_("Y position of child widget"), G_MININT, G_MAXINT, 0, |