The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and
Fri Jan 16 23:59:01 2004 Matthias Clasen <maclas@gmx.de> The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and po/ChangeLog): * gtk/gtkintl.h: * gdk-pixbuf/gdk-pixbuf-i18n.h: * gdk/gdkintl.h: Define P_() for property blurbs and nicks. * gdk/gdkdisplaymanager.c: * gdk-pixbuf/gdk-pixbuf.c: * modules/input/gtkimcontextxim.c: * gtk/*.c: Mark property blurbs and nicks with P_(). * po/Makefile.in.in: Add --keyword=P_ to the xgettext invocation, since property blurbs and nicks are now marked with P_().
This commit is contained in:
committed by
Matthias Clasen
parent
fb526d239a
commit
07d4d314b6
@ -133,8 +133,8 @@ gtk_dialog_class_init (GtkDialogClass *class)
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_HAS_SEPARATOR,
|
||||
g_param_spec_boolean ("has_separator",
|
||||
_("Has separator"),
|
||||
_("The dialog has a separator bar above its buttons"),
|
||||
P_("Has separator"),
|
||||
P_("The dialog has a separator bar above its buttons"),
|
||||
TRUE,
|
||||
G_PARAM_READWRITE));
|
||||
|
||||
@ -159,16 +159,16 @@ gtk_dialog_class_init (GtkDialogClass *class)
|
||||
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_int ("content_area_border",
|
||||
_("Content area border"),
|
||||
_("Width of border around the main dialog area"),
|
||||
P_("Content area border"),
|
||||
P_("Width of border around the main dialog area"),
|
||||
0,
|
||||
G_MAXINT,
|
||||
2,
|
||||
G_PARAM_READABLE));
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_int ("button_spacing",
|
||||
_("Button spacing"),
|
||||
_("Spacing between buttons"),
|
||||
P_("Button spacing"),
|
||||
P_("Spacing between buttons"),
|
||||
0,
|
||||
G_MAXINT,
|
||||
10,
|
||||
@ -176,8 +176,8 @@ gtk_dialog_class_init (GtkDialogClass *class)
|
||||
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_int ("action_area_border",
|
||||
_("Action area border"),
|
||||
_("Width of border around the button area at the bottom of the dialog"),
|
||||
P_("Action area border"),
|
||||
P_("Width of border around the button area at the bottom of the dialog"),
|
||||
0,
|
||||
G_MAXINT,
|
||||
5,
|
||||
|
||||
Reference in New Issue
Block a user