~ubuntu-branches/ubuntu/intrepid/gimp/intrepid

« back to all changes in this revision

Viewing changes to plug-ins/imagemap/imap_about.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-02-03 03:07:19 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203030719-4s9wlbv30394rlrp
Tags: 2.4.4-1ubuntu1
* Merge from Debian unstable. (LP: #188828)
* Ubuntu remaining changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   static GtkWidget *dialog;
37
37
   if (!dialog)
38
38
     {
39
 
       const gchar* authors[] = {"Maurits Rijk (m.rijk@chello.nl)", NULL};
 
39
       const gchar *authors[]     = { "Maurits Rijk (m.rijk@chello.nl)", NULL };
 
40
       const gchar *property_name = (gtk_check_version (2, 12, 0) ?
 
41
                                     "name" : "program-name");
40
42
 
41
43
       dialog = g_object_new (GTK_TYPE_ABOUT_DIALOG,
42
44
                              "transient-for", get_dialog(),
43
 
                              "name",    _("Image Map Plug-In"),
 
45
                              property_name, _("Image Map Plug-In"),
44
46
                              "version", "2.3",
45
47
                              "authors", authors,
46
48
                              "copyright",