From 6883c5737127983d776b7071c258ae74c9bfb4c1 Mon Sep 17 00:00:00 2001 From: Pamplona Hackers Date: Thu, 23 Sep 2004 20:59:39 +0000 Subject: Fixes #61978 2004-09-23 Pamplona Hackers Fixes #61978 * tools/evolution-addressbook-export.c (main): use more meaningful error message. svn path=/trunk/; revision=27349 --- addressbook/tools/evolution-addressbook-export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/tools/evolution-addressbook-export.c') diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index 0793db7aad..0fc31587a1 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -150,7 +150,7 @@ main (int argc, char **argv) action_list_cards_init (&actctx); } else { - g_warning (_("Impossible internal error.")); + g_warning (_("Unhandled error")); exit (-1); } -- cgit