From fa3bb041eb2f87799eb2f00df8ab39198219030b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 28 Apr 2010 18:40:29 +0200 Subject: [PATCH] Fix tag in previous commit --- gtk/gtkicontheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 0084343fbf..532a820546 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -3114,7 +3114,7 @@ gdk_color_to_css (GdkColor *color) * As implementation details, the icon loaded needs to be of SVG type, * contain the "symbolic" term as the last chunk of the icon name, * and use the fg, success, warning and error styles in the SVG file itself. - * See the Symbolic Icons spec + * See the Symbolic Icons spec * for more information about symbolic icons. * * Return value: a #GdkPixbuf representing the loaded icon