~ubuntu-branches/debian/sid/gmtp/sid

« back to all changes in this revision

Viewing changes to src/about.c

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2015-04-21 09:11:21 UTC
  • mfrom: (18.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150421091121-q4n2ry4qmpf2q09b
Tags: 1.3.9-2
* Upload to unstable.
* Improve short description. Thanks to Christopher Hagar for
  pointing this out. (Closes: #769573)
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        "Spanish - Google Translate",
67
67
        "Danish - Cai Andersen",
68
68
        "Russian - PuppyRus Linux team",
 
69
        "Brazilian Portuguese - Rafael Ferreira",
69
70
        NULL
70
71
    };
71
72
    dialog = gtk_about_dialog_new();
72
73
    gtk_about_dialog_set_program_name(GTK_ABOUT_DIALOG(dialog), PACKAGE_NAME);
73
74
    gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(dialog), PACKAGE_VERSION);
74
75
    gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(dialog),
75
 
            "Copyright 2009-2014, Darran Kartaschew\nReleased under the BSD License");
 
76
            "Copyright 2009-2015, Darran Kartaschew\nReleased under the BSD License");
76
77
    gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(dialog),
77
78
            _("A simple MTP Client for Solaris 10\nand other UNIX / UNIX-like systems\n"));
78
79
    gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(dialog),
79
80
            "gMTP License\n"
80
81
            "------------\n\n"
81
 
            "Copyright (C) 2009-2014, Darran Kartaschew.\n"
 
82
            "Copyright (C) 2009-2015, Darran Kartaschew.\n"
82
83
            "All rights reserved.\n\n"
83
84
            "Redistribution and use in source and binary forms, with or without "
84
85
            "modification, are permitted provided that the following conditions are met:\n\n"