Translate detail strings for radio buttons

This commit is contained in:
Matthias Clasen 2010-11-16 21:50:04 -05:00 committed by Carlos Garnacho
parent 25b6945971
commit 69f91fed94

View File

@ -1735,6 +1735,10 @@ transform_detail_string (const gchar *detail,
gtk_style_context_add_class (context, "check");
gtk_style_context_add_class (context, "menu");
}
else if (strcmp (detail, "radiobutton") == 0)
{
gtk_style_context_add_class (context, "radio");
}
else if (strcmp (detail, "option") == 0)
{
gtk_style_context_add_class (context, "radio");