~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk-pixdata.c

Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
428
428
        {
429
429
          g_set_error (error, GDK_PIXBUF_ERROR,
430
430
                       GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY,
431
 
                       ngettext("failed to allocate image buffer of %u byte",
432
 
                                "failed to allocate image buffer of %u bytes",
433
 
                                pixdata->rowstride * pixdata->height),
 
431
                       g_dngettext(GETTEXT_PACKAGE,
 
432
                                   "failed to allocate image buffer of %u byte",
 
433
                                   "failed to allocate image buffer of %u bytes",
 
434
                                   pixdata->rowstride * pixdata->height),
434
435
                       pixdata->rowstride * pixdata->height);
435
436
          return NULL;
436
437
        }