Change format of placeholder in About/Credits to stop it from being a clickable link

This commit is contained in:
Stefan Kangas 2010-12-06 03:41:07 +01:00
parent 9a881c95df
commit df15c3d654

View file

@ -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);