diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2002-12-02 11:21:43 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-12-02 11:21:43 +0800 |
commit | 2a7bc6967326be929beb1e0d7a3ba091022d59e9 (patch) | |
tree | fa57c3fd1059465946a7b5ed2d19cc3b6738b17c /notes/main.c | |
parent | c88d7c4d1ec2aa50ae91f8b558ccdc6142aa9202 (diff) | |
download | gsoc2013-evolution-2a7bc6967326be929beb1e0d7a3ba091022d59e9.tar.gz gsoc2013-evolution-2a7bc6967326be929beb1e0d7a3ba091022d59e9.tar.zst gsoc2013-evolution-2a7bc6967326be929beb1e0d7a3ba091022d59e9.zip |
ran fix.sh over this.
svn path=/trunk/; revision=18976
Diffstat (limited to 'notes/main.c')
-rw-r--r-- | notes/main.c | 2 |
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); } |