diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | widgets/misc/e-canvas-background.c | 2 | ||||
-rw-r--r-- | widgets/text/e-entry.c | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-08-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> + + * widgets/misc/e-canvas-background.c: + * widgets/text/e-entry.c: Resolve Bug #309074 + 2005-08-10 Tor Lillqvist <tml@novell.com> * tools/Makefile.am: Don't try to build killev on Win32. diff --git a/widgets/misc/e-canvas-background.c b/widgets/misc/e-canvas-background.c index d0d1479e37..d224ab6cd9 100644 --- a/widgets/misc/e-canvas-background.c +++ b/widgets/misc/e-canvas-background.c @@ -475,7 +475,7 @@ ecb_class_init (GObjectClass *object_class) g_object_class_install_property (object_class, PROP_FILL_STIPPLE, g_param_spec_object ("fill_stipple", _( "Fill stipple" ), - _( "FIll stipple" ), + _( "Fill stipple" ), GDK_TYPE_WINDOW, G_PARAM_READWRITE)); diff --git a/widgets/text/e-entry.c b/widgets/text/e-entry.c index 9b37664648..5601440b8d 100644 --- a/widgets/text/e-entry.c +++ b/widgets/text/e-entry.c @@ -1303,7 +1303,7 @@ e_entry_class_init (GObjectClass *object_class) g_object_class_install_property (object_class, PROP_FILL_STIPPLE, g_param_spec_object ("fill_stipple", _( "Fill stipple" ), - _( "FIll stipple" ), + _( "Fill stipple" ), GDK_TYPE_WINDOW, G_PARAM_READWRITE)); |