~ubuntu-branches/ubuntu/saucy/gucharmap/saucy-proposed

« back to all changes in this revision

Viewing changes to gucharmap/gucharmap-window.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-26 09:37:17 UTC
  • mfrom: (1.1.47)
  • Revision ID: package-import@ubuntu.com-20120626093717-9hn86pj5l3v0euzw
Tags: 1:3.5.1-0ubuntu1
* New upstream release
* debian/libgucharmap-2-90-7.symbols:
  - Updated
* debian/patches/spelling_fixes.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
  gtk_show_about_dialog (GTK_WINDOW (guw),
476
476
                         "program-name", _("GNOME Character Map"),
477
477
                         "version", VERSION,
478
 
                         "comments", _("Based on the Unicode Character Database 6.1.0"),
 
478
                         "comments", _("Based on the Unicode Character Database 6.2.0"),
479
479
                         "copyright", "Copyright © 2004 Noah Levitt\n"
480
 
                                      "Copyright © 1991–2010 Unicode, Inc.\n"
481
 
                                      "Copyright © 2007–2010 Christian Persch",
 
480
                                      "Copyright © 1991–2012 Unicode, Inc.\n"
 
481
                                      "Copyright © 2007–2012 Christian Persch",
482
482
                         "documenters", documenters,
483
483
                         "license", license_trans,
484
484
                         "wrap-license", TRUE,