From 657b6f937503776ae255421e33ae80d4c11016b5 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 12 Mar 2006 00:14:06 +0000 Subject: [PATCH] Patch from mondalaci@gmail.com svn path=/trunk/gtk-sharp/; revision=57845 --- doc/en/Gnome/Icon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Gnome/Icon.xml b/doc/en/Gnome/Icon.xml index d07acbe86..6ac367f7b 100644 --- a/doc/en/Gnome/Icon.xml +++ b/doc/en/Gnome/Icon.xml @@ -82,7 +82,7 @@ To be added. This method tries to locate an icon in icon_theme that can be used to represent the file passed. It can optionally also look for existing thumbnails. It does no I/O, so the lookup should be relatively fast. If you don't know any information about the file already you can use method which gets this information using . - The value returned is a which is the name in absolute path of an image to use for the file. + The filename of the looked up icon. To be added.