From 90dd7e2990c103e9371dfb2bc0ef13d76c5de7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 16 Jun 2010 19:51:04 +0200 Subject: [PATCH] [docs] Fix missing comma in gtkrc docs Reported by Alexander Saprykin in bug https://bugzilla.gnome.org/show_bug.cgi?id=621775 --- docs/reference/gtk/tmpl/gtkrc.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml index 663956cc9..a81ccfa8b 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -78,8 +78,8 @@ the class name of the widget, while for the class path, the class name is always used. -Since GTK+ 2.10,widget_class paths can also contain -<classname> substrings, which are matching +Since GTK+ 2.10, widget_class paths can also contain +<classname> substrings, which are matching the class with the given name and any derived classes. For instance, widget_class "*<GtkMenuItem>.GtkLabel" style "my-style"