muine r1228 - in trunk: . src
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: muine r1228 - in trunk: . src
- Date: Mon, 29 Sep 2008 08:58:02 +0000 (UTC)
Author: wbolster
Date: Mon Sep 29 08:58:02 2008
New Revision: 1228
URL: http://svn.gnome.org/viewvc/muine?rev=1228&view=rev
Log:
2008-09-29 Wouter Bolsterlee <wbolster svn gnome org>
Bug 553296 â Update Copyrights
* src/About.cs: Add some people to the credits dialog
and add a "various contributors" copyright statement to
the main about dialog.
Modified:
trunk/ChangeLog
trunk/src/About.cs
Modified: trunk/src/About.cs
==============================================================================
--- trunk/src/About.cs (original)
+++ trunk/src/About.cs Mon Sep 29 08:58:02 2008
@@ -34,8 +34,10 @@
private static readonly string string_muine =
Catalog.GetString ("Muine");
- private static readonly string string_copyright =
- Catalog.GetString ("Copyright  2003-2007 Jorn Baayen");
+ private static readonly string [] string_copyright = {
+ Catalog.GetString ("Copyright  2003â2007 Jorn Baayen"),
+ Catalog.GetString ("Copyright  2006â2008 Various contributors"),
+ };
private static readonly string string_description =
Catalog.GetString ("A music player");
@@ -50,6 +52,9 @@
Catalog.GetString ("Viát YÃn Nguyán <nguyen cs utwente nl>"),
Catalog.GetString ("Tamara Roberson <tamara roberson gmail com>"),
Catalog.GetString ("Peter Johanson <peter peterjohanson com>"),
+ Catalog.GetString ("Wouter Bolsterlee <wbolster gnome org>"),
+ Catalog.GetString ("Luis Medinas <lmedinas gnome org>"),
+ Catalog.GetString ("Iain Holmes <iain gnome org>"),
String.Empty,
Catalog.GetString ("Album covers are provided by amazon.com and musicbrainz.org."),
null,
@@ -87,7 +92,7 @@
public About (Gtk.Window parent) : base ()
{
base.Authors = authors;
- base.Copyright = string_copyright;
+ base.Copyright = String.Join("\n", string_copyright);
base.Comments = string_description;
base.Documenters = documenters;
base.Logo = pixbuf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]