From b52415cc2e8760c34dbc399fee8b315ed0dcedb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 2 Jun 2007 11:17:38 +0000 Subject: [PATCH] =?UTF-8?q?*=20added=20Ithamar=20R.=20Adema=20to=20the=20l?= =?UTF-8?q?ist=20of=20active=20developers=20*=20moved=20Siarzhuk=20Zharski?= =?UTF-8?q?=20and=20Fran=C3=A7ois=20Revol=20from=20contributors=20=20=20to?= =?UTF-8?q?=20the=20list=20of=20active=20developers=20*=20moved=20Thomas?= =?UTF-8?q?=20Kurschel=20to=20the=20list=20of=20contributors=20*=20added?= =?UTF-8?q?=20Michele=20aka=20zuMi=20to=20the=20list=20of=20contributors?= =?UTF-8?q?=20Disclaimer:=20*=20I=20might=20have=20forgotten=20someone=20w?= =?UTF-8?q?ho=20should=20be=20in=20active=20developers=20*=20I=20didn't=20?= =?UTF-8?q?mean=20to=20discourage=20anyone=20*=20I=20am=20against=20having?= =?UTF-8?q?=20three=20separate=20lists=20anyways...=20:-)=20*=20Please=20t?= =?UTF-8?q?ake=20it=20as=20what=20this=20is:=20I=20wanted=20to=20put=20Ith?= =?UTF-8?q?amar=20and=20zuMi=20in=20there=20=20=20and=20did=20some=20clean?= =?UTF-8?q?up=20along=20the=20way...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21293 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 675a3c4e6b..fc0d7451b7 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -353,18 +353,20 @@ AboutView::AboutView(const BRect &rect) fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey); fCreditsView->Insert( + "Ithamar R. Adema\n" "Stephan Aßmus\n" "Andrew Bachmann\n" "Stefano Ceccherini\n" "Rudolf Cornelissen\n" "Jérôme Duval\n" "Waldemar Kornewald\n" - "Thomas Kurschel\n" "Ryan Leavengood\n" "Michael Lotz\n" "Niels Reedijk\n" + "François Revol\n" "Hugo Santos\n" "Bryan Varner\n" + "Siarzhuk Zharski\n" "\n"); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuOrange); @@ -391,6 +393,7 @@ AboutView::AboutView(const BRect &rect) "Euan Kirkhope\n" "Marcin Konicki\n" "Kurtis Kopf\n" + "Thomas Kurschel\n" "Elad Lahav\n" "Santiago Lema\n" "Oscar Lesta\n" @@ -400,6 +403,7 @@ AboutView::AboutView(const BRect &rect) "Christopher ML Zumwalt May\n" "Andrew McCall\n" "David McPaul\n" + "Michele (zuMi)\n" "Misza\n" "MrSiggler\n" "Alan Murta\n" @@ -412,7 +416,6 @@ AboutView::AboutView(const BRect &rect) "Hartmut Reh\n" "David Reid\n" "Daniel Reinhold\n" - "François Revol\n" "Samuel Rodriguez Perez\n" "Thomas Roell\n" "Rafael Romo\n" @@ -429,7 +432,6 @@ AboutView::AboutView(const BRect &rect) "Ulrich Wimboeck\n" "Gabe Yoder\n" "Łukasz Zemczak\n" - "Siarzhuk Zharski\n" "\n" B_UTF8_ELLIPSIS " and probably some more we forgot to mention (sorry!)" "\n\n");