From 2a7bc6967326be929beb1e0d7a3ba091022d59e9 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Mon, 2 Dec 2002 03:21:43 +0000 Subject: ran fix.sh over this. svn path=/trunk/; revision=18976 --- notes/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes/main.c') diff --git a/notes/main.c b/notes/main.c index 148b9a409d..340a09469b 100644 --- a/notes/main.c +++ b/notes/main.c @@ -26,7 +26,7 @@ static void init_bonobo (void) { if (bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL) == FALSE) { - e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, + e_notice (NULL, GTK_MESSAGE_ERROR, _("Notes Component: Could not initialize bonobo")); exit (1); } -- cgit