From 3deb1b6e18afa0a7a2f2578b9c44a756b19f49b7 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 16 Apr 2009 11:12:55 +0000 Subject: [PATCH] Fixes NB#111353, use a logical id for the example email address pmo-trunk-r8849 --- src/modest-defs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modest-defs.h b/src/modest-defs.h index 96f75f6..71bd007 100644 --- a/src/modest-defs.h +++ b/src/modest-defs.h @@ -247,8 +247,11 @@ const gchar *modest_defs_namespace (const gchar *string); /* Notification ids */ #define MODEST_CONF_NOTIFICATION_IDS (modest_defs_namespace ("/notification_ids")) /* list of ints */ - +#ifdef MODEST_TOOLKIT_HILDON2 +#define MODEST_EXAMPLE_EMAIL_ADDRESS _("mcen_va_example_email_address") +#else #define MODEST_EXAMPLE_EMAIL_ADDRESS "first.last@example.com" +#endif /* max size of message we still allow to save/send when we're in low-mem -- 1.7.9.5