From: buliabyak Date: Tue, 21 Mar 2006 18:32:15 +0000 (+0000) Subject: a more informative warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a26cc231b5787497d9290ba58a19988d142bfde;p=inkscape.git a more informative warning --- diff --git a/src/sp-image.cpp b/src/sp-image.cpp index 631eb6a9c..17f969b53 100644 --- a/src/sp-image.cpp +++ b/src/sp-image.cpp @@ -382,7 +382,7 @@ GdkPixbuf* pixbuf_new_from_file( const char *filename, GError **error ) } else { - g_warning ("unable to open file: %s", filename); + g_warning ("Unable to open linked file: %s", filename); } /*