Include 'mutex' and '_mutex_simple.h' in the list of ETL headers to install.
[synfig.git] / synfig-studio / trunk / src / gtkmm / about.cpp
index 1d98bfc..cb1915f 100644 (file)
@@ -5,7 +5,7 @@
 **     $Id$
 **
 **     \legal
-**     Copyright 2008 Paul Wise
+**     Copyright (c) 2008 Paul Wise
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -140,6 +140,7 @@ About::About()
        authors.push_back("David Roden (Bombe)");
        authors.push_back("Dmitriy Pomerantsev (Atrus)");
        authors.push_back("Douglas Lau");
+       authors.push_back("Gerald Young (Yoyobuae)");
        authors.push_back("IL'dar AKHmetgaleev (AkhIL)");
        authors.push_back("Luka Pravica");
        authors.push_back("Martin Michlmayr (tbm)");
@@ -187,7 +188,7 @@ About::About()
        
        extra_info += "\n";
        
-       extra_info += strprintf(_("Built on %s at %s\n"), __DATE__, __TIME__);
+       extra_info += strprintf(_("Built on %s" /* at %s */ "\n"), __DATE__ /* , __TIME__ */ );
 
        extra_info += "\n";