[haiku-commits] haiku: hrev49385 - src/apps/aboutsystem

  • From: waddlesplash@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 10 Jul 2015 16:32:42 +0200 (CEST)

hrev49385 adds 1 changeset to branch 'master'
old head: 1363ef8d859de3956bcad53a2c9ef6430938fe89
new head: d2f31ec42436ca69e7c8e7bc95046034962c4d60
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=d2f31ec42436+%5E1363ef8d859d

----------------------------------------------------------------------------

d2f31ec42436: AboutSystem credits: Move a few maintainers to "past", add Dario.

[ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision: hrev49385
Commit: d2f31ec42436ca69e7c8e7bc95046034962c4d60
URL: http://cgit.haiku-os.org/haiku/commit/?id=d2f31ec42436
Author: Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date: Fri Jul 10 14:31:33 2015 UTC

----------------------------------------------------------------------------

1 file changed, 5 insertions(+), 4 deletions(-)
src/apps/aboutsystem/Credits.h | 9 +++++----

----------------------------------------------------------------------------

diff --git a/src/apps/aboutsystem/Credits.h b/src/apps/aboutsystem/Credits.h
index c5df1b0..ce86b99 100644
--- a/src/apps/aboutsystem/Credits.h
+++ b/src/apps/aboutsystem/Credits.h
@@ -313,8 +313,8 @@ static const Translation kTranslations[] = {

#define kCurrentMaintainers \
"Ithamar R. Adema\n" \
- "Bruno G. Albuquerque\n" \
"Stephan Aßmus\n" \
+ "Dario Casalinuovo\n" \
"Augustin Cavalier\n" \
"Stefano Ceccherini\n" \
"Alexandre Deckner\n" \
@@ -331,12 +331,10 @@ static const Translation kTranslations[] = {
"Ryan Leavengood\n" \
"Andrew Lindesay\n" \
"Michael Lotz\n" \
- "Matt Madia\n" \
"Scott McCreary\n" \
"Puck Meerburg\n" \
"Fredrik Modéen\n" \
"Hamish Morrison\n" \
- "Marcus Overhagen\n" \
"Joseph R. Prostko\n" \
"François Revol\n" \
"Philippe Saint-Pierre\n" \
@@ -347,12 +345,12 @@ static const Translation kTranslations[] = {
"Gerasim Troeglazov\n" \
"Alexander von Gluck IV\n" \
"Ingo Weinhold\n" \
- "Alex Wilson\n" \
"Clemens Zeidler\n" \
"Siarzhuk Zharski\n" \
"\n"

#define kPastMaintainers \
+ "Bruno G. Albuquerque\n" \
"Andrew Bachmann\n" \
"Salvatore Benedetto\n" \
"Rudolf Cornelissen\n" \
@@ -369,11 +367,13 @@ static const Translation kTranslations[] = {
"Waldemar Kornewald\n" \
"Thomas Kurschel\n" \
"Brecht Machiels\n" \
+ "Matt Madia\n" \
"David McPaul\n" \
"Wim van der Meer\n" \
"Michael Pfeiffer\n" \
"Frans Van Nispen\n" \
"Adi Oanca\n" \
+ "Marcus Overhagen\n" \
"Michael Phipps\n" \
"Niels Sascha Reedijk\n" \
"David Reid\n" \
@@ -384,6 +384,7 @@ static const Translation kTranslations[] = {
"Bryan Varner\n" \
"Nathan Whitehorn\n" \
"Michael Wilber\n" \
+ "Alex Wilson\n" \
"Artur Wyszyński\n" \
"Jonathan Yoder\n" \
"\n"


Other related posts:

  • » [haiku-commits] haiku: hrev49385 - src/apps/aboutsystem - waddlesplash