Added new patrons to the credits + fixed patreon order list to be alphabetical

This commit is contained in:
Ryzerth
2021-10-05 20:57:15 +02:00
parent 82cacf14bb
commit 4b2f3e4f60
2 changed files with 10 additions and 4 deletions

View File

@ -36,19 +36,22 @@ namespace sdrpp_credits {
const char* patrons[] = {
"Bob Logan",
"Christian Häusler",
"Croccydile",
"Dale L Puckett (K0HYD)",
"Daniele D'Agnelli",
"EB3FRN",
"Eric Johnson",
"Flinger Films",
"W4IPA",
"Kezza",
"Lee Donaghy",
".lozenge. (Hank Hill)",
"ON4MU",
"Passion-Radio.com",
"Scanner School",
"SignalsEverywhere",
"Syne Ardwin (WI9SYN)"
"Syne Ardwin (WI9SYN)",
"W4IPA"
};
const int contributorCount = sizeof(contributors) / sizeof(char*);