X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fabout.cpp;h=312125c77d36211f0e0c793f0219315d397ffa25;hb=413d2eec938f3f324637e69c63d7240c83500631;hp=3d255ad7010f5abf85366dfd7cc133c1de2eefed;hpb=528053937deeba8d8ae63078306f1bc951229781;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/about.cpp b/synfig-studio/trunk/src/gtkmm/about.cpp index 3d255ad..312125c 100644 --- a/synfig-studio/trunk/src/gtkmm/about.cpp +++ b/synfig-studio/trunk/src/gtkmm/about.cpp @@ -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 @@ -39,6 +39,9 @@ #include +// This is generated at make time from .svn or .git/svn or autorevision.conf +#include + #include "about.h" #include "app.h" @@ -92,7 +95,7 @@ extern const guint gtk_interface_age; About::About() { -#if GTK_CHECK_VERSION (2, 12, 0) +#ifdef HAVE_GTK_ABOUTDIALOG_SET_PROGRAM_NAME set_program_name(PACKAGE_NAME); #else set_name(PACKAGE_NAME); @@ -132,11 +135,12 @@ About::About() authors.push_back("Andreas Jochens"); authors.push_back("Carlos López González (genete)"); authors.push_back("Chris Moore (dooglus)"); - authors.push_back("Chris Norman (PXEGeek)"); + authors.push_back("Chris Norman (pixelgeek)"); authors.push_back("Daniel Fort"); 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)"); @@ -149,7 +153,7 @@ About::About() std::vector artists; artists.push_back("Robert B. Quattlebaum Jr. (darco)"); artists.push_back("Carlos López González (genete)"); - artists.push_back("Chris Norman (PXEGeek)"); + artists.push_back("Chris Norman (pixelgeek)"); set_artists(artists); // TRANSLATORS: change this to your name, separate multiple names with \n @@ -179,12 +183,12 @@ About::About() string extra_info = get_comments() + "\n"; #ifdef DEVEL_VERSION - extra_info += strprintf(_("\nDevelopment version %s %s\n"),VERSION,DEVEL_VERSION); + extra_info += strprintf(_("\nDevelopment version:\n%s\n"),DEVEL_VERSION); #endif 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";