diff --git a/ChangeLog b/ChangeLog index 0bd53ae2f6..81b265213d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-02-16 Tor Lillqvist + + * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico. + + * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej + Simoncic for providing the nice multi-resolution .ico file. + 2002-02-15 Alexey Malyshev * gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 0bd53ae2f6..81b265213d 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +2002-02-16 Tor Lillqvist + + * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico. + + * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej + Simoncic for providing the nice multi-resolution .ico file. + 2002-02-15 Alexey Malyshev * gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0bd53ae2f6..81b265213d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2002-02-16 Tor Lillqvist + + * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico. + + * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej + Simoncic for providing the nice multi-resolution .ico file. + 2002-02-15 Alexey Malyshev * gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 0bd53ae2f6..81b265213d 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +2002-02-16 Tor Lillqvist + + * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico. + + * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej + Simoncic for providing the nice multi-resolution .ico file. + 2002-02-15 Alexey Malyshev * gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0bd53ae2f6..81b265213d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2002-02-16 Tor Lillqvist + + * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico. + + * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej + Simoncic for providing the nice multi-resolution .ico file. + 2002-02-15 Alexey Malyshev * gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0bd53ae2f6..81b265213d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2002-02-16 Tor Lillqvist + + * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico. + + * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej + Simoncic for providing the nice multi-resolution .ico file. + 2002-02-15 Alexey Malyshev * gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0bd53ae2f6..81b265213d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2002-02-16 Tor Lillqvist + + * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico. + + * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej + Simoncic for providing the nice multi-resolution .ico file. + 2002-02-15 Alexey Malyshev * gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs diff --git a/gdk/win32/rc/Makefile.am b/gdk/win32/rc/Makefile.am index 7144183fd4..707eee3dae 100644 --- a/gdk/win32/rc/Makefile.am +++ b/gdk/win32/rc/Makefile.am @@ -7,5 +7,5 @@ if USE_WIN32 noinst_DATA = gdk-win32res.lo endif -gdk-win32res.lo : gdk.rc +gdk-win32res.lo : gdk.rc gtk.ico $(top_srcdir)/build/win32/lt-compile-resource gdk.rc gdk-win32res.lo diff --git a/gdk/win32/rc/gtk.ico b/gdk/win32/rc/gtk.ico index 54ee412e9a..5e13f952e8 100644 Binary files a/gdk/win32/rc/gtk.ico and b/gdk/win32/rc/gtk.ico differ