summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-15 00:15:56 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-15 00:15:56 +0100
commitfd913d7c4537236c76585edf9681b22c893bd926 (patch)
tree610523b75f7975fddae7a6beaec44eb1e5074d7b /src
parent637b32892f74754ea814f7ab1e598b9602946dc6 (diff)
Fix Lightbenders name.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 11cba841b..3ca44eae3 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -170,7 +170,7 @@ AboutDialog::AboutDialog(wxWindow* parent)
add_section(_("Translated by"), translated_by);
wxArrayString patrons;
- patrons.Add(char_to_wx("Lightbender Post"));
+ patrons.Add(char_to_wx("LightBenders Color Grading Boutique"));
add_section(_("Patrons"), patrons);
wxArrayString subscribers;