X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fabout.cpp;h=7ec9f88308846f199186d6a0ccab399d9042d6b2;hb=6204b47351d21c0dcde44b4a877a937dd14eb0dd;hp=698f4c35a792458cf40d1f0ea231a2e11d080c53;hpb=3624aac2a6e2dc3824ae22e99e2608f93f285e61;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/about.cpp b/synfig-studio/trunk/src/gtkmm/about.cpp index 698f4c3..7ec9f88 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 @@ -95,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);