This commit is contained in:
Matthias Clasen 2006-12-22 15:39:09 +00:00
parent d9a6a829ce
commit f905c6cf68
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-22 Matthias Clasen <mclasen@redhat.com>
* tests/teststatusicon.c: Fix a typo
2006-12-22 Matthias Clasen <mclasen@redhat.com>
Make it possible to track the embeddedness of

View File

@ -66,7 +66,7 @@ update_icons (void)
if (status == TEST_STATUS_INFO)
{
icon_name = GTK_STOCK_DIALOG_INFO;
tooltip = "Some Infromation ...";
tooltip = "Some Information ...";
}
else
{