Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / about.cpp
index 1f78296..3afcc74 100644 (file)
@@ -141,10 +141,12 @@ About::About()
        authors.push_back("Chris Moore (dooglus)");
        authors.push_back("Chris Norman (pixelgeek)");
        authors.push_back("Daniel Fort");
+       authors.push_back("Daniel Hornung (rubikcube)");
        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("Gerco Ballintijn");
        authors.push_back("IL'dar AKHmetgaleev (AkhIL)");
        authors.push_back("Luka Pravica");
        authors.push_back("Martin Michlmayr (tbm)");
@@ -161,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
@@ -190,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";