updated year in copyright.

2005-08-18  Sven Neumann  <sven@gimp.org>

	* app/dialogs/user-install-dialog.c: updated year in copyright.

	* libgimpwidgets/gimpwidgets-private.c (gimp_widgets_init):
	register the default window icons in descending sizes.
This commit is contained in:
Sven Neumann 2005-08-18 17:39:27 +00:00 committed by Sven Neumann
parent 2ebf0647c5
commit 031f10b41d
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2005-08-18 Sven Neumann <sven@gimp.org>
* app/dialogs/user-install-dialog.c: updated year in copyright.
* libgimpwidgets/gimpwidgets-private.c (gimp_widgets_init):
register the default window icons in descending sizes.
2005-08-18 Sven Neumann <sven@gimp.org>
* app/core/gimptemplate.c: go back to using dpi as the default

View File

@ -785,7 +785,7 @@ user_install_dialog_run (const gchar *alternate_system_gimprc,
add_label (GTK_BOX (page),
_("<b>The GIMP - GNU Image Manipulation Program</b>\n"
"Copyright (C) 1995-2004\n"
"Copyright (C) 1995-2005\n"
"Spencer Kimball, Peter Mattis and the GIMP Development Team."));
sep = gtk_hseparator_new ();

View File

@ -55,10 +55,10 @@ gimp_widgets_init (GimpHelpFunc standard_help_func,
const guint8 *inline_pixbufs[] =
{
stock_wilber_16,
stock_wilber_32,
stock_wilber_64,
stock_wilber_48,
stock_wilber_64
stock_wilber_32,
stock_wilber_16
};
g_return_if_fail (standard_help_func != NULL);