Change format of placeholder in About/Credits to stop it from being a clickable link
This commit is contained in:
parent
9a881c95df
commit
df15c3d654
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ GtkLumiera::get_app_authors()
|
||||||
"Joel Holdsworth",
|
"Joel Holdsworth",
|
||||||
"Christian Thaeter",
|
"Christian Thaeter",
|
||||||
"Hermann Vosseler",
|
"Hermann Vosseler",
|
||||||
"<Other Authors Here>"};
|
"[Other Authors Here]"};
|
||||||
|
|
||||||
const int count = sizeof(app_authors) / sizeof(gchar*);
|
const int count = sizeof(app_authors) / sizeof(gchar*);
|
||||||
std::vector<Glib::ustring> list(count);
|
std::vector<Glib::ustring> list(count);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue