Fix typos in property blurbs. (#338772, Clytie Siddall)
2006-04-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c (gtk_settings_class_init): * gtk/gtkentry.c (gtk_entry_class_init): Fix typos in property blurbs. (#338772, Clytie Siddall)
This commit is contained in:
parent
db0f81e94e
commit
adf11020fd
@ -1,3 +1,9 @@
|
|||||||
|
2006-04-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtksettings.c (gtk_settings_class_init):
|
||||||
|
* gtk/gtkentry.c (gtk_entry_class_init): Fix typos
|
||||||
|
in property blurbs. (#338772, Clytie Siddall)
|
||||||
|
|
||||||
2006-04-16 Richard Hult <richard@imendio.com>
|
2006-04-16 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check
|
* gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2006-04-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtksettings.c (gtk_settings_class_init):
|
||||||
|
* gtk/gtkentry.c (gtk_entry_class_init): Fix typos
|
||||||
|
in property blurbs. (#338772, Clytie Siddall)
|
||||||
|
|
||||||
2006-04-16 Richard Hult <richard@imendio.com>
|
2006-04-16 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check
|
* gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check
|
||||||
|
@ -562,7 +562,7 @@ gtk_entry_class_init (GtkEntryClass *class)
|
|||||||
PROP_INNER_BORDER,
|
PROP_INNER_BORDER,
|
||||||
g_param_spec_boxed ("inner-border",
|
g_param_spec_boxed ("inner-border",
|
||||||
P_("Inner Border"),
|
P_("Inner Border"),
|
||||||
P_("Border between text and frame. Overrides the inner-border style propety"),
|
P_("Border between text and frame. Overrides the inner-border style property"),
|
||||||
GTK_TYPE_BORDER,
|
GTK_TYPE_BORDER,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
|
@ -535,7 +535,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
|||||||
PROP_COLOR_HASH,
|
PROP_COLOR_HASH,
|
||||||
g_param_spec_boxed ("color-hash",
|
g_param_spec_boxed ("color-hash",
|
||||||
P_("Color Hash"),
|
P_("Color Hash"),
|
||||||
P_("A hash table resentation of the color scheme."),
|
P_("A hash table representation of the color scheme."),
|
||||||
G_TYPE_HASH_TABLE,
|
G_TYPE_HASH_TABLE,
|
||||||
GTK_PARAM_READABLE));
|
GTK_PARAM_READABLE));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user