f-spot r3569 - in trunk: . src/UI.Dialog
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3569 - in trunk: . src/UI.Dialog
- Date: Fri, 18 Jan 2008 12:20:12 +0000 (GMT)
Author: sdelcroix
Date: Fri Jan 18 12:20:12 2008
New Revision: 3569
URL: http://svn.gnome.org/viewvc/f-spot?rev=3569&view=rev
Log:
2008-01-18 Stephane Delcroix <sdelcroix novell com>
* src/UI.Dialog/AboutDialog.cs: get the (biggest) logo back,
order authors list (Ã la banshee)
Modified:
trunk/ChangeLog
trunk/src/UI.Dialog/AboutDialog.cs
Modified: trunk/src/UI.Dialog/AboutDialog.cs
==============================================================================
--- trunk/src/UI.Dialog/AboutDialog.cs (original)
+++ trunk/src/UI.Dialog/AboutDialog.cs Fri Jan 18 12:20:12 2008
@@ -21,41 +21,49 @@
"Jakub Steiner",
};
Authors = new string [] {
- "Aaron Bockover",
- "Alessandro Gervaso",
- "Alex Graveley",
- "Alvaro del Castillo",
- "Ben Monnahan",
- "Bengt Thuree",
- "Chad Files",
- "Ettore Perazzoli",
- "Ewen Cheslack-Postava",
- "Joe Shaw",
- "Joerg Buesse",
- "Jon Trowbridge",
- "Joshua Tauberer",
- "Gabriel Burt",
- "Grahm Orr",
- "Laurence Hygate",
- "Lawrence Ewing",
- "Lee Willis",
- "Lorenzo Milesi",
- "Martin Willemoes Hansen",
- "Matt Jones",
- "Miguel de Icaza",
- "Nat Friedman",
- "Patanjali Somayaji",
- "Peter Johanson",
- "Ruben Vermeersch",
- "Stephane Delcroix",
- "Tambet Ingo",
- "Thomas Van Machelen",
- "Todd Berman",
- "Vincent Moreau",
- "Vladimir Vukicevic",
- "Xavier Bouchoux",
+ "Primary Development",
+ "\tLawrence Ewing",
+ "\tStephane Delcroix",
+ "",
+ "Active Contributors to this release",
+ "\tLorenzo Milesi",
+ "",
+ "Contributors",
+ "\tAaron Bockover",
+ "\tAlessandro Gervaso",
+ "\tAlex Graveley",
+ "\tAlvaro del Castillo",
+ "\tBen Monnahan",
+ "\tBengt Thuree",
+ "\tChad Files",
+ "\tEttore Perazzoli",
+ "\tEwen Cheslack-Postava",
+ "\tJoe Shaw",
+ "\tJoerg Buesse",
+ "\tJon Trowbridge",
+ "\tJoshua Tauberer",
+ "\tGabriel Burt",
+ "\tGrahm Orr",
+ "\tLaurence Hygate",
+ "\tLee Willis",
+ "\tMartin Willemoes Hansen",
+ "\tMatt Jones",
+ "\tMiguel de Icaza",
+ "\tNat Friedman",
+ "\tPatanjali Somayaji",
+ "\tPeter Johanson",
+ "\tRuben Vermeersch",
+ "\tTambet Ingo",
+ "\tThomas Van Machelen",
+ "\tTodd Berman",
+ "\tVincent Moreau",
+ "\tVladimir Vukicevic",
+ "\tXavier Bouchoux",
+ "",
+ "In memory Of",
+ "\tEttore Perazzoli",
};
- Comments = "F-Spot is a full-featured personal photo management application for the GNOME desktop.\nIt simplifies digital photography by providing intuitive tools to help you share, touch-up, find and organize your images..";
+ Comments = "Photo management for GNOME";
Copyright = Catalog.GetString ("Copyright \x00a9 2003-2008 Novell Inc.");
Documenters = new string[] {
"Aaron Bockover",
@@ -66,7 +74,7 @@
"Stephane Delcroix",
};
License = "GPL v2";
- LogoIconName = "f-spot";
+ Logo = PixbufUtils.LoadFromAssembly ("f-spot-logo.svg");
#if !GTK_2_11
Name = "F-Spot";
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]