[gimp] app: s/uri/file/ in a comment in file-open.c



commit 7d7180dcaa01801aadbbe5ac6178f6365c8606c0
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jul 31 12:22:27 2014 +0200

    app: s/uri/file/ in a comment in file-open.c

 app/file/file-open.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/file/file-open.c b/app/file/file-open.c
index 7e21fbc..59f0000 100644
--- a/app/file/file-open.c
+++ b/app/file/file-open.c
@@ -542,8 +542,8 @@ file_open_with_proc_and_display (Gimp                *gimp,
 
           imagefile = gimp_document_list_add_file (documents, file, mime_type);
 
-          /*  can only create a thumbnail if the passed uri and the
-           *  resulting image's uri match. Use any_uri() here so we
+          /*  can only create a thumbnail if the passed file and the
+           *  resulting image's file match. Use any_file() here so we
            *  create thumbnails for both XCF and imported images.
            */
           any_file = gimp_image_get_any_file (image);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]