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:
@@ -885,11 +885,17 @@ AboutView::_CreateCreditsView()
|
|||||||
fCreditsView->Insert(kPastMaintainers);
|
fCreditsView->Insert(kPastMaintainers);
|
||||||
|
|
||||||
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuOrange);
|
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->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
|
||||||
fCreditsView->Insert(kWebsiteTeam);
|
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->SetFontAndColor(&font, B_FONT_ALL, &kHaikuOrange);
|
||||||
fCreditsView->Insert(B_TRANSLATE("Contributors:\n"));
|
fCreditsView->Insert(B_TRANSLATE("Contributors:\n"));
|
||||||
|
|
||||||
|
|||||||
@@ -499,11 +499,14 @@ static const Translation kTranslations[] = {
|
|||||||
"Zhao Shuai\n"
|
"Zhao Shuai\n"
|
||||||
|
|
||||||
#define kWebsiteTeam \
|
#define kWebsiteTeam \
|
||||||
"Phil Greenway\n" \
|
|
||||||
"Gavin James\n" \
|
|
||||||
"Urias McCullough\n" \
|
"Urias McCullough\n" \
|
||||||
"Niels Sascha Reedijk\n" \
|
"Niels Sascha Reedijk\n" \
|
||||||
"Joachim Seemer (Humdinger)\n" \
|
"Joachim Seemer (Humdinger)\n" \
|
||||||
|
"\n"
|
||||||
|
|
||||||
|
#define kPastWebsiteTeam \
|
||||||
|
"Phil Greenway\n" \
|
||||||
|
"Gavin James\n" \
|
||||||
"Jonathan Yoder\n" \
|
"Jonathan Yoder\n" \
|
||||||
"\n"
|
"\n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user