check menu item: Fix a typo

It is check, not checl. Pointed out by Giovanni Campagna in
https://bugzilla.gnome.org/show_bug.cgi?id=757968
This commit is contained in:
Matthias Clasen
2015-11-13 07:11:23 -05:00
parent 386b9ef075
commit 1190a61c27

View File

@@ -498,7 +498,7 @@ gtk_check_menu_item_set_draw_as_radio (GtkCheckMenuItem *check_menu_item,
if (draw_as_radio)
gtk_css_node_set_name (priv->indicator_node, I_("radio"));
else
gtk_css_node_set_name (priv->indicator_node, I_("checl"));
gtk_css_node_set_name (priv->indicator_node, I_("check"));
gtk_widget_queue_draw (GTK_WIDGET (check_menu_item));