X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fabout.cpp;h=3afcc74eecaca4b1de670d0960de1587c1901b3b;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=cec58411b4505c5d3026434862456d8998c8bf9d;hpb=086b548a060b344cadbc51731c1bbae532ae08a8;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/about.cpp b/synfig-studio/trunk/src/gtkmm/about.cpp index cec5841..3afcc74 100644 --- a/synfig-studio/trunk/src/gtkmm/about.cpp +++ b/synfig-studio/trunk/src/gtkmm/about.cpp @@ -163,7 +163,7 @@ About::About() artists.push_back("Chris Norman (pixelgeek)"); artists.push_back("Daniel Hornung (rubikcube)"); artists.push_back("Franco Iacomella (Yaco)"); - + set_artists(artists); // TRANSLATORS: change this to your name, separate multiple names with \n @@ -192,13 +192,13 @@ About::About() #ifdef SHOW_EXTRA_INFO string extra_info = get_comments() + "\n"; - + #ifdef 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 += "\n";