Matthew Barnes 1bc562
--- evolution-2.7.92/shell/main.c.fix-prgname	2006-08-28 11:04:44.000000000 -0400
Matthew Barnes 1bc562
+++ evolution-2.7.92/shell/main.c	2006-08-28 11:04:56.000000000 -0400
Matthew Barnes 1bc562
@@ -516,7 +516,7 @@
Matthew Barnes 1bc562
 
Matthew Barnes 1bc562
 	g_option_context_add_main_entries (context, options, GETTEXT_PACKAGE);
Matthew Barnes 1bc562
 
Matthew Barnes 1bc562
-	program = gnome_program_init (PACKAGE "-" BASE_VERSION, VERSION, LIBGNOMEUI_MODULE, argc, argv, 
Matthew Barnes 1bc562
+	program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, 
Matthew Barnes 1bc562
 				      GNOME_PROGRAM_STANDARD_PROPERTIES,
Matthew Barnes 1bc562
 				      GNOME_PARAM_GOPTION_CONTEXT, context,
Matthew Barnes 1bc562
 				      GNOME_PARAM_HUMAN_READABLE_NAME, _("Evolution"),