- removed gettext from g_warnings
[claws.git] / src / imageview.c
index 95dfb9b9d935e6cfe3305e592a98f298ce6fe678..1c784939ba91c0c51ddc3705bfd231ddb2f3deb5 100644 (file)
@@ -89,7 +89,7 @@ void imageview_show_image(ImageView *imageview, MimeInfo *mimeinfo,
        pixbuf = gdk_pixbuf_new_from_file(file);
 
        if (!pixbuf) {
-               g_warning(_("Can't load the image."));  
+               g_warning("Can't load the image.");     
                return;
        }
 
@@ -149,7 +149,7 @@ void imageview_show_image(ImageView *imageview, MimeInfo *mimeinfo,
        im = gdk_imlib_load_image((gchar *)file);
 
        if (!im) {
-               g_warning(_("Can't load the image."));  
+               g_warning("Can't load the image.");     
                return;
        }