diff options
Diffstat (limited to 'demos/gtk-demo/iconview.c')
-rw-r--r-- | demos/gtk-demo/iconview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/iconview.c b/demos/gtk-demo/iconview.c index 3fbacfa43..9c76c7815 100644 --- a/demos/gtk-demo/iconview.c +++ b/demos/gtk-demo/iconview.c @@ -37,7 +37,7 @@ load_pixbufs (GError **error) if (file_pixbuf) return TRUE; /* already loaded earlier */ - /* demo_find_file() looks in the the current directory first, + /* demo_find_file() looks in the current directory first, * so you can run gtk-demo without installing GTK, then looks * in the location where the file is installed. */ |