forked from AuroraMiddleware/gtk
typo fix
This commit is contained in:
parent
d9a6a829ce
commit
f905c6cf68
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user