forked from AuroraMiddleware/gtk
Translate detail strings for radio buttons
This commit is contained in:
parent
25b6945971
commit
69f91fed94
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user