From 444b1d4e985a5e1cb0ba88bf5500f17b094eb082 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Thu, 8 Apr 2010 15:42:05 +0000 Subject: [PATCH] Acknowledge Google & their Google Summer of Code program. Thank you! Fixes #5663. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36085 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 70c76f6a15..5f610715d9 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1074,7 +1074,8 @@ AboutView::_CreateCreditsView() fCreditsView->Insert(TR("Michael Phipps (project founder)\n\n")); fCreditsView->Insert(TR("The Haiku-Ports team\n")); fCreditsView->Insert(TR("The Haikuware team and their bounty program\n")); - fCreditsView->Insert(TR("The BeGeistert team\n\n")); + fCreditsView->Insert(TR("The BeGeistert team\n")); + fCreditsView->Insert(TR("Google & their Google Summer of Code program\n\n")); fCreditsView->Insert(TR("... and the many community members making " "donations!\n\n"));