Code

a more informative warning
authorbuliabyak <buliabyak@users.sourceforge.net>
Tue, 21 Mar 2006 18:32:15 +0000 (18:32 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Tue, 21 Mar 2006 18:32:15 +0000 (18:32 +0000)
src/sp-image.cpp

index 631eb6a9c36f8544637be22497926f09e569c2ac..17f969b537c6f9d8229a76f719d7de910b6a5c1d 100644 (file)
@@ -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);
     }
 
 /*