aboutsummaryrefslogtreecommitdiffstats
path: root/notes/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'notes/main.c')
-rw-r--r--notes/main.c2
1 files changed, 1 insertions, 1 deletions
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);
}