From df15c3d654a26f9e99bfaa21b96210ec0493054a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 6 Dec 2010 03:41:07 +0100 Subject: [PATCH] Change format of placeholder in About/Credits to stop it from being a clickable link --- src/gui/gtk-lumiera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gtk-lumiera.cpp b/src/gui/gtk-lumiera.cpp index 65b448f40..624a7f68f 100644 --- a/src/gui/gtk-lumiera.cpp +++ b/src/gui/gtk-lumiera.cpp @@ -116,7 +116,7 @@ GtkLumiera::get_app_authors() "Joel Holdsworth", "Christian Thaeter", "Hermann Vosseler", - ""}; + "[Other Authors Here]"}; const int count = sizeof(app_authors) / sizeof(gchar*); std::vector list(count);