From 19b7ba00f639984af6c04d4a928d406e08d415f0 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Fri, 17 Sep 2010 20:24:12 +0000 Subject: [PATCH] Added the University of Auckland and Christof Lutteroth to the 'Special thanks' section of AboutSystem, for their efforts in developing and bringing Stack and Tile to Haiku. Thank you! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38693 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 4747110fbb..13d992a49c 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1133,6 +1133,8 @@ AboutView::_CreateCreditsView() B_TRANSLATE("The BeGeistert team\n")); fCreditsView->Insert( B_TRANSLATE("Google & their Google Summer of Code program\n\n")); + fCreditsView->Insert( + B_TRANSLATE("The University of Auckland and Christof Lutteroth\n\n")); fCreditsView->Insert( B_TRANSLATE("... and the many people making donations!\n\n"));