[tomboy] Separate AUTHORS area of About dialog to facilitate adding all contributors.



commit 0ca93e0251d580ffbc3c03d804bf30bd29bbb0c5
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon Aug 24 15:26:08 2009 -0700

    Separate AUTHORS area of About dialog to facilitate adding all contributors.
    
    Following Banshee's example, I would like to add all contributors to
    Tomboy's About dialog. All I've done here is added separate sections for
    the primary developers and contributors (required new translatable strings).
    Some people should get shuffled around between these sections, probably.
    
    Soon I will add as many past contributors as I can find. Feel free to add
    yourself alphabetically by first name under "Contributors".

 Tomboy/Tomboy.cs |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/Tomboy/Tomboy.cs b/Tomboy/Tomboy.cs
index 326c471..783404c 100644
--- a/Tomboy/Tomboy.cs
+++ b/Tomboy/Tomboy.cs
@@ -307,16 +307,19 @@ namespace Tomboy
 		static void OnShowAboutAction (object sender, EventArgs args)
 		{
 			string [] authors = new string [] {
-				"Alex Graveley <alex beatniksoftware com>",
-				"Boyd Timothy <btimothy gmail com>",
-				"Chris Scobell <chris thescobells com>",
-				"David Trowbridge <trowbrds gmail com>",
-				"Ryan Lortie <desrt desrt ca>",
-				"Sandy Armstrong <sanfordarmstrong gmail com>",
-				"Sebastian Rittau <srittau jroger in-berlin de>",
-				"Kevin Kubasik <kevin kubasik net>",
-				"Stefan Schweizer <steve schweizer gmail com>",
-				"Benjamin Podszun <benjamin podszun gmail com>"
+				Catalog.GetString ("Primary Development:"),
+				"\tAlex Graveley <alex beatniksoftware com>",
+				"\tBoyd Timothy <btimothy gmail com>",
+				"\tSandy Armstrong <sanfordarmstrong gmail com>",
+				"",
+				Catalog.GetString ("Contributors:"),
+				"\tBenjamin Podszun <benjamin podszun gmail com>",
+				"\tChris Scobell <chris thescobells com>",
+				"\tDavid Trowbridge <trowbrds gmail com>",
+				"\tKevin Kubasik <kevin kubasik net>",
+				"\tRyan Lortie <desrt desrt ca>",
+				"\tSebastian Rittau <srittau jroger in-berlin de>",
+				"\tStefan Schweizer <steve schweizer gmail com>"
 			};
 
 			string [] documenters = new string [] {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]