From d39f98fff4b68f38df5180590a17be75680cfc56 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Jan 2011 22:42:14 -0500 Subject: [PATCH 1/1] Go back to using the image/* example --- gtk/gtkfilefilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c index 384595620..5754979f7 100644 --- a/gtk/gtkfilefilter.c +++ b/gtk/gtkfilefilter.c @@ -33,7 +33,7 @@ * types; e.g. a filter for text/plain also matches a file with mime * type application/rtf, since application/rtf is a subclass of * text/plain. Note that #GtkFileFilter allows wildcards for the - * subtype of a mime type, so you can e.g. filter for image/*. + * subtype of a mime type, so you can e.g. filter for image/*. * * Normally, filters are used by adding them to a #GtkFileChooser, * see gtk_file_chooser_add_filter(), but it is also possible @@ -54,7 +54,7 @@ * * * text/plain - * image/png + * image/* * * * *.txt -- 2.43.2