AboutSystem credits: split "website & marketing" into a "current" and "past".

No sense having a "website team" with half its members no longer active...
This commit is contained in:
Augustin Cavalier
2015-03-01 22:12:41 -05:00
parent 704a3fe2a7
commit a6693759c7
2 changed files with 12 additions and 3 deletions
+7 -1
View File
@@ -885,11 +885,17 @@ AboutView::_CreateCreditsView()
fCreditsView->Insert(kPastMaintainers);
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuOrange);
fCreditsView->Insert(B_TRANSLATE("Website, marketing & documentation:\n"));
fCreditsView->Insert(B_TRANSLATE("Website & marketing:\n"));
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
fCreditsView->Insert(kWebsiteTeam);
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuOrange);
fCreditsView->Insert(B_TRANSLATE("Past website & marketing:\n"));
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
fCreditsView->Insert(kPastWebsiteTeam);
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuOrange);
fCreditsView->Insert(B_TRANSLATE("Contributors:\n"));