two small fixes from melvin ray herr for the step editor
[ardour.git] / gtk2_ardour / about.cc
index 8f4d6e052630e86ee8acfca1fe019c8e04a99c20..28a6a326ec128fc1ad9249dff5d2e77ab1ead8f4 100644 (file)
@@ -140,6 +140,7 @@ static const char* authors[] = {
        N_("Jeremy Hall"),
        N_("Audun Halland"),
        N_("Steve Harris"),
+       N_("Melvin Ray Herr"),
        N_("Carl Hetherington"),
        N_("Rob Holland"),
        N_("Robert Jordens"),
@@ -563,7 +564,7 @@ About::About ()
        }
 
        set_translator_credits (t);
-       set_copyright (_("Copyright (C) 1999-2010 Paul Davis\n"));
+       set_copyright (_("Copyright (C) 1999-2011 Paul Davis\n"));
        set_license (gpl);
        set_name (X_("Ardour"));
        set_website (X_("http://ardour.org/"));