aboutsummaryrefslogtreecommitdiffstats
path: root/composer/mail-composer-errors.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-06-05 01:00:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-05 01:00:52 +0800
commitfcbe2d020de307925448a78976ed28b9702f205f (patch)
tree0c06b4a16455ed4bccc9ab0c686e313dbfd5aa11 /composer/mail-composer-errors.xml
parentfaadbee16a5f98b3d2014ef3e063126e0981b2f2 (diff)
downloadgsoc2013-evolution-fcbe2d020de307925448a78976ed28b9702f205f.tar
gsoc2013-evolution-fcbe2d020de307925448a78976ed28b9702f205f.tar.gz
gsoc2013-evolution-fcbe2d020de307925448a78976ed28b9702f205f.tar.bz2
gsoc2013-evolution-fcbe2d020de307925448a78976ed28b9702f205f.tar.lz
gsoc2013-evolution-fcbe2d020de307925448a78976ed28b9702f205f.tar.xz
gsoc2013-evolution-fcbe2d020de307925448a78976ed28b9702f205f.tar.zst
gsoc2013-evolution-fcbe2d020de307925448a78976ed28b9702f205f.zip
Use e_error_run() instead of the e_activation_error_dialog() stuff that no
2004-06-04 Jeffrey Stedfast <fejj@novell.com> * 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
Diffstat (limited to 'composer/mail-composer-errors.xml')
-rw-r--r--composer/mail-composer-errors.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/composer/mail-composer-errors.xml b/composer/mail-composer-errors.xml
index ff332c622a..cf4258c6d5 100644
--- a/composer/mail-composer-errors.xml
+++ b/composer/mail-composer-errors.xml
@@ -52,4 +52,16 @@
<secondary>You need to configure an account before you can compose mail.</secondary>
</error>
+ <error id="no-address-control" type="error" modal="true">
+ <primary>Could not create composer window.</primary>
+ <secondary>Unable to activate the address selector control.</secondary>
+ </error>
+
+ <error id="no-editor-control" type="error" modal="true">
+ <primary>Could not create composer window.</primary>
+ <secondary>Unable to activate the HTML editor control.
+
+Please make sure that you have the correct version of gtkhtml and libgtkhtml installed.</secondary>
+ </error>
+
</error-list>