diff --git a/ChangeLog b/ChangeLog index 9a6e7a2f7e..c8b623dbe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-25 Sven Neumann + + * libgimpbase/gimputils.h (gimp_canonicalize_identifier): sync + parameter name with implementation to please gtk-doc. + 2005-08-24 Tor Lillqvist Make GIMP work on Win32 even if installed in a path containing diff --git a/libgimpbase/gimputils.h b/libgimpbase/gimputils.h index d99aecf2fa..dcb9f501d0 100644 --- a/libgimpbase/gimputils.h +++ b/libgimpbase/gimputils.h @@ -34,7 +34,7 @@ const gchar * gimp_filename_to_utf8 (const gchar *filename); gchar * gimp_strip_uline (const gchar *str); gchar * gimp_escape_uline (const gchar *str); -gchar * gimp_canonicalize_identifier (const gchar *name); +gchar * gimp_canonicalize_identifier (const gchar *identifier); GimpEnumDesc * gimp_enum_get_desc (GEnumClass *enum_class, gint value);