Searched refs:thanks (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/headers/private/shared/
H A DAboutWindow.h36 void AddSpecialThanks(const char** thanks);
/haiku-fatelf/src/kits/shared/
H A DAboutWindow.cpp408 BAboutWindow::AddSpecialThanks(const char** thanks) argument
410 if (thanks == NULL)
421 for (int32 i = 0; thanks[i]; i++)
422 text << " " << thanks[i] << "\n"; local

Completed in 42 milliseconds