~ubuntu-branches/ubuntu/precise/gtk+2.0/precise

« back to all changes in this revision

Viewing changes to gtk/gtkbuilderparser.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-01 12:14:05 UTC
  • mfrom: (72.1.19 experimental)
  • Revision ID: james.westby@ubuntu.com-20100901121405-fpnv3e90oyihtvsx
Tags: 2.21.7-1ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
    {
405
405
      g_set_error (error, GTK_BUILDER_ERROR,
406
406
                   GTK_BUILDER_ERROR_DUPLICATE_ID,
407
 
                   _("Duplicate object id '%s' on line %d (previously on line %d)"),
 
407
                   _("Duplicate object ID '%s' on line %d (previously on line %d)"),
408
408
                   object_id, line, line2);
409
409
      return;
410
410
    }