From fcbe2d020de307925448a78976ed28b9702f205f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 4 Jun 2004 17:00:52 +0000 Subject: Use e_error_run() instead of the e_activation_error_dialog() stuff that no 2004-06-04 Jeffrey Stedfast * e-msg-composer.c (create_composer): Use e_error_run() instead of the e_activation_error_dialog() stuff that no longer exists. svn path=/trunk/; revision=26215 --- composer/mail-composer-errors.xml.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'composer/mail-composer-errors.xml.h') diff --git a/composer/mail-composer-errors.xml.h b/composer/mail-composer-errors.xml.h index 8527e3e72f..d7682e7259 100644 --- a/composer/mail-composer-errors.xml.h +++ b/composer/mail-composer-errors.xml.h @@ -40,3 +40,13 @@ char *s = N_("Because \"{1}\"."); char *s = N_("All accounts have been removed."); /* mail-composer:all-accounts-deleted secondary */ char *s = N_("You need to configure an account before you can compose mail."); +/* mail-composer:no-address-control primary */ +char *s = N_("Could not create composer window."); +/* mail-composer:no-address-control secondary */ +char *s = N_("Unable to activate the address selector control."); +/* mail-composer:no-editor-control primary */ +char *s = N_("Could not create composer window."); +/* mail-composer:no-editor-control secondary */ +char *s = N_("Unable to activate the HTML editor control.\n" + "\n" + "Please make sure that you have the correct version of gtkhtml and libgtkhtml installed."); -- cgit v1.2.3