forked from AuroraMiddleware/gtk
Improve the description of the ::language property. (#143802, Owen Taylor)
Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description of the ::language property. (#143802, Owen Taylor)
This commit is contained in:
parent
0cc11ea6e1
commit
7f08ab3ae7
@ -1,3 +1,8 @@
|
|||||||
|
Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
|
||||||
|
of the ::language property. (#143802, Owen Taylor)
|
||||||
|
|
||||||
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
|
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
|
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
|
||||||
|
of the ::language property. (#143802, Owen Taylor)
|
||||||
|
|
||||||
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
|
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
|
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
|
||||||
|
of the ::language property. (#143802, Owen Taylor)
|
||||||
|
|
||||||
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
|
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
|
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
|
||||||
|
of the ::language property. (#143802, Owen Taylor)
|
||||||
|
|
||||||
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
|
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
|
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
|
||||||
|
@ -382,7 +382,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
|
|||||||
PROP_LANGUAGE,
|
PROP_LANGUAGE,
|
||||||
g_param_spec_string ("language",
|
g_param_spec_string ("language",
|
||||||
P_("Language"),
|
P_("Language"),
|
||||||
P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it"),
|
P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used."),
|
||||||
NULL,
|
NULL,
|
||||||
G_PARAM_READABLE | G_PARAM_WRITABLE));
|
G_PARAM_READABLE | G_PARAM_WRITABLE));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user