From 8dc5fc7866b734dbbaa2f8bc03a131775884a594 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 23 Sep 2004 14:27:20 +0000 Subject: Remove reference to MOZILLA_FIVE_HOME. 2004-09-23 Christian Persch * embed/mozilla/mozilla-embed-single.cpp: Remove reference to MOZILLA_FIVE_HOME. --- embed/mozilla/mozilla-embed-single.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'embed') diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 025d3347d..d4262b1cd 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -506,16 +506,13 @@ mozilla_embed_single_init (MozillaEmbedSingle *mes) { GtkWidget *dialog; - /* FIXME Kill references to MOZILLA_FIVE_HOME - when string freeze is over */ dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("Epiphany can't be used now. " - "Mozilla initialization failed. Check your " - "MOZILLA_FIVE_HOME environmental variable.")); + "Mozilla initialization failed.")); gtk_dialog_run (GTK_DIALOG (dialog)); exit (0); -- cgit v1.2.3