[haiku-commits] r36467 - haiku/trunk/src/apps/aboutsystem

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 25 Apr 2010 13:34:25 +0200 (CEST)

Author: stippi
Date: 2010-04-25 13:34:25 +0200 (Sun, 25 Apr 2010)
New Revision: 36467
Changeset: http://dev.haiku-os.org/changeset/36467/haiku

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Added a few people to the contributors list who's patches have recently been
landed. Thanks a bunch! If I have forgotten anyone, please do bring it to my
attention! :-)


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-04-25 11:12:20 UTC 
(rev 36466)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-04-25 11:34:25 UTC 
(rev 36467)
@@ -954,6 +954,7 @@
        fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
        fCreditsView->Insert(
                "Andrea Anzani\n"
+               "Sean Bartell\n"
                "Andre Braga\n"
                "Bruce Cameron\n"
                "Greg Crain\n"
@@ -963,13 +964,16 @@
                "Vincent Duvert\n"
                "Fredrik Ekdahl\n"
                "Joshua R. Elsasser\n"
+               "Atis Elsts\n"
                "Mark Erben\n"
                "Christian Fasshauer\n"
                "Andreas Färber\n"
+               "Janito Ferreira Filho\n"
                "Marc Flerackers\n"
                "Michele Frau (zuMi)\n"
+               "Pete Goodeve\n"
+               "Lucian Adrian Grijincu\n"
                "Matthijs Hollemans\n"
-               "Pete Goodeve\n"
                "Mathew Hounsell\n"
                "Morgan Howe\n"
                "Ma Jie\n"
@@ -993,6 +997,8 @@
                "Brian Matzon\n"
                "Christopher ML Zumwalt May\n"
                "Andrew McCall\n"
+               "Wim van der Meer\n"
+               "Nathan Mentley\n"
                "Marius Middelthon\n"
                "Marco Minutoli\n"
                "Misza\n"
@@ -1014,6 +1020,7 @@
                "Thomas Roell\n"
                "Rafael Romo\n"
                "Ralf Schülke\n"
+               "John Scipione\n"
                "Reznikov Sergei\n"
                "Zousar Shaker\n"
                "Caitlin Shaw\n"
@@ -1023,6 +1030,7 @@
                "Jason Vandermark\n"
                "Sandor Vroemisse\n"
                "Denis Washington\n"
+               "Alex Wilson\n"
                "Ulrich Wimboeck\n"
                "Johannes Wischert\n"
                "James Woodcock\n"


Other related posts:

  • » [haiku-commits] r36467 - haiku/trunk/src/apps/aboutsystem - superstippi