diff --git a/ChangeLog b/ChangeLog index 01ffbb5d6b..6362f6233d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-23 Michael Natterer + + * tests/Makefile.am (testtooltips_SOURCES): fix typo: + testtoooltips_SOURCES -> testtooltips_SOURCES. + 2007-04-19 Cody Russell * modules/engines/ms-windows/msw_style.c: Fix menuitem rendering diff --git a/tests/Makefile.am b/tests/Makefile.am index 52be7c72b2..8aafd1ae67 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -279,7 +279,7 @@ testrecentchooser_SOURCES = \ testgrouping_SOURCES = \ testgrouping.c -testtoooltips_SOURCES = \ +testtooltips_SOURCES = \ testtooltips.c testrecentchoosermenu_SOURCES = \