mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Removed the donors tab from the EditorAbout window, as I'm not even trying to take donations anymore.
This commit is contained in:
parent
1b06889fe1
commit
e2223e72c1
@ -201,6 +201,7 @@ EditorAbout::EditorAbout() {
|
||||
|
||||
// Donors
|
||||
|
||||
/*
|
||||
List<String> donor_sections;
|
||||
donor_sections.push_back(TTR("Platinum Sponsors"));
|
||||
donor_sections.push_back(TTR("Gold Sponsors"));
|
||||
@ -214,6 +215,7 @@ EditorAbout::EditorAbout() {
|
||||
DONORS_SPONSOR_SILVER, DONORS_SPONSOR_BRONZE, DONORS_SPONSOR_MINI,
|
||||
DONORS_GOLD, DONORS_SILVER, DONORS_BRONZE };
|
||||
tc->add_child(_populate_list(TTR("Donors"), donor_sections, donor_src, 3));
|
||||
*/
|
||||
|
||||
// License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user