diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-15 00:15:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-15 00:15:56 +0100 |
| commit | fd913d7c4537236c76585edf9681b22c893bd926 (patch) | |
| tree | 610523b75f7975fddae7a6beaec44eb1e5074d7b /src | |
| parent | 637b32892f74754ea814f7ab1e598b9602946dc6 (diff) | |
Fix Lightbenders name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
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; |
