gimp r24688 - in trunk: . app/dialogs



Author: neo
Date: Wed Jan 23 12:08:49 2008
New Revision: 24688
URL: http://svn.gnome.org/viewvc/gimp?rev=24688&view=rev

Log:
2008-01-23  Sven Neumann  <sven gimp org>

	* app/dialogs/about-dialog.c (about_dialog_create): removed
	obsolete version check here.


Modified:
   trunk/ChangeLog
   trunk/app/dialogs/about-dialog.c

Modified: trunk/app/dialogs/about-dialog.c
==============================================================================
--- trunk/app/dialogs/about-dialog.c	(original)
+++ trunk/app/dialogs/about-dialog.c	Wed Jan 23 12:08:49 2008
@@ -112,11 +112,7 @@
                              "role",               "about-dialog",
                              "window-position",    GTK_WIN_POS_CENTER,
                              "title",              _("About GIMP"),
-#if GTK_CHECK_VERSION (2, 11, 0)
                              "program-name",       GIMP_ACRONYM,
-#else
-                             "name",               GIMP_ACRONYM,
-#endif
                              "version",            GIMP_VERSION,
                              "copyright",          GIMP_COPYRIGHT,
                              "comments",           GIMP_NAME,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]