Skip to content

Commit

Permalink
Reverted a change in editor_about.cpp preventing build
Browse files Browse the repository at this point in the history
  • Loading branch information
RadenTheFolf authored Oct 12, 2024
1 parent 0c42cd1 commit 53a694d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions editor/editor_about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ EditorAbout::EditorAbout() {
dev_sections.push_back(TTR("Project Manager", "Job Title"));
dev_sections.push_back(TTR("Developers"));
const char *const *dev_src[] = {
REDOT_AUTHORS_FOUNDERS,
REDOT_AUTHORS_LEAD_DEVELOPERS,
REDOT_AUTHORS_PROJECT_MANAGERS,
REDOT_AUTHORS_DEVELOPERS,
AUTHORS_FOUNDERS,
AUTHORS_LEAD_DEVELOPERS,
AUTHORS_PROJECT_MANAGERS,
AUTHORS_DEVELOPERS,
};
tc->add_child(_populate_list(TTR("Authors"), dev_sections, dev_src, 0b1)); // First section (Project Founders) is always one column.

Expand Down

0 comments on commit 53a694d

Please sign in to comment.