From 2938d0cebfad65d16b2c3ddc254ff1cb5214c80c Mon Sep 17 00:00:00 2001 From: bulia byak Date: Tue, 21 Mar 2006 18:32:15 +0000 Subject: a more informative warning (bzr r268) --- src/sp-image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-image.cpp') 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); } /* -- cgit v1.2.3