mirror of https://github.com/GNOME/gimp.git
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:
parent
2ebf0647c5
commit
031f10b41d
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue