diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-07-12 12:04:14 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-07-12 12:04:14 +0800 |
commit | 9f12922bd88bd7a83247cc7e0646c72773e2a013 (patch) | |
tree | da9a3d002dfa58ff262ef25ca3effe426fbfcc3a /e-util/e-error.h | |
parent | cf563ecd524fd20fb3cc8ebade877ad442d85c43 (diff) | |
download | gsoc2013-evolution-9f12922bd88bd7a83247cc7e0646c72773e2a013.tar.gz gsoc2013-evolution-9f12922bd88bd7a83247cc7e0646c72773e2a013.tar.zst gsoc2013-evolution-9f12922bd88bd7a83247cc7e0646c72773e2a013.zip |
Merge back eplugin-import-branch.
svn path=/trunk/; revision=29725
Diffstat (limited to 'e-util/e-error.h')
-rw-r--r-- | e-util/e-error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-error.h b/e-util/e-error.h index fe097656ab..a09f7b4236 100644 --- a/e-util/e-error.h +++ b/e-util/e-error.h @@ -33,6 +33,8 @@ struct _GtkWindow; * Several more basic ones are needed. */ +#define E_ERROR_INFO "builtin:info" +#define E_ERROR_INFO_PRIMARY "builtin:info-primary" #define E_ERROR_WARNING "builtin:warning" #define E_ERROR_WARNING_PRIMARY "builtin:warning-primary" #define E_ERROR_ERROR "builtin:error" |