Get rid of CellRenderer_TimeTrack::show_timepoint_menu(). It was only called in...
[synfig.git] / synfig-studio / trunk / src / gtkmm / about.cpp
index 3d255ad..7ec9f88 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
@@ -39,6 +39,9 @@
 
 #include <synfig/general.h>
 
+// This is generated at make time from .svn or .git/svn or autorevision.conf
+#include <autorevision.h>
+
 #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);
@@ -179,7 +182,7 @@ 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";