summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererpixbuf.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-03-21 06:05:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-21 06:05:18 +0000
commit306cc2ed717593ea24667594f54c8755166f03b6 (patch)
treeca4002a14ac225cb8edc6ca40755af261b7c7d12 /gtk/gtkcellrendererpixbuf.c
parent633dd9937b64b948008151f8a7e94c7200a6b9a4 (diff)
downloadgtk+-306cc2ed717593ea24667594f54c8755166f03b6.tar.gz
Fix typo
Diffstat (limited to 'gtk/gtkcellrendererpixbuf.c')
-rw-r--r--gtk/gtkcellrendererpixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c
index 032cdc3d4d..3f62860267 100644
--- a/gtk/gtkcellrendererpixbuf.c
+++ b/gtk/gtkcellrendererpixbuf.c
@@ -199,7 +199,7 @@ gtk_cell_renderer_pixbuf_class_init (GtkCellRendererPixbufClass *class)
P_("Whether the rendered pixbuf should be "
"colorized according to the state"),
FALSE,
- G_PARAM_READWRITE | STATIC_STRIGNS));
+ G_PARAM_READWRITE | STATIC_STRINGS));
g_type_class_add_private (object_class, sizeof (GtkCellRendererPixbufPrivate));